You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@ Changelog
5
5
Next
6
6
====
7
7
8
+
Version 0.3.0 - 2025-01-07
9
+
===========================
10
+
11
+
**BREAKING CHANGES:**
12
+
13
+
* The logfile that stores progress for non-atomic commands was re-named from ``checkpoint.log`` to ``progress.log``. Its structure is also different (it's now a YAML file including additional data for each asset depending on the command). Before upgrading the CLI, make sure you have completed any pending import that was logged in the old file.
14
+
* The ``--preserve-columns`` flag for the dbt sync commands has been removed, as it was marked for deprecation in favor of ``--preserve-metadata``.
15
+
16
+
---
17
+
18
+
- Added support for importing a dashboard that contains a divider using the ``--split`` flag (`#321 <https://github.com/preset-io/backend-sdk/pull/321>`_).
19
+
- It's now possible to define default values for metric and columns configurations in the dbt sync (`#325 <https://github.com/preset-io/backend-sdk/pull/325>`_).
20
+
- The dbt Cloud sync now uses ``v3`` endpoints and supports ``None`` on the ``custom_branch_only`` field (`#330 <https://github.com/preset-io/backend-sdk/pull/330>`_).
21
+
- Added a new ``--continue-on-error`` flag for the ``import-assets`` command so that a failure in one asset doesn't stop the import process (`#328 <https://github.com/preset-io/backend-sdk/pull/328>`_).
22
+
- Added a new ``--continue-on-error`` flag for the ``import-ownership`` command so that a failure in one asset doesn't stop the import process. This command now also skips assets that failed to import (`#331 <https://github.com/preset-io/backend-sdk/pull/331>`_).
23
+
- It's now possible to sync calculated columns from dbt (`#332 <https://github.com/preset-io/backend-sdk/pull/332>`_).
0 commit comments