Skip to content

Commit 7716b04

Browse files
authored
chore: Release 0.3.0 (#334)
* chore: Release 0.3.0 * Fixing file structure * Fixing file structure
1 parent 856b2d4 commit 7716b04

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ Changelog
55
Next
66
====
77

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>`_).
24+
825
Version 0.2.21 - 2024-10-16
926
===========================
1027

0 commit comments

Comments
 (0)