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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,17 @@ Changelog
5
5
Next
6
6
====
7
7
8
+
Version 0.3.3 - 2025-01-29
9
+
===========================
10
+
11
+
- It's now possible to specify the DB connection (using either its ID or display name) that should be used for the dbt Cloud sync (`#339 <https://github.com/preset-io/backend-sdk/pull/339>`_).
12
+
- It's now possible to pass DB passwords in the sync native/import-assets command using the ``--db-password`` argument (`#340 <https://github.com/preset-io/backend-sdk/pull/340>`_).
13
+
8
14
Version 0.3.2 - 2025-01-22
9
15
===========================
10
16
11
-
- The ``--asset-type`` selector is now supported with the ``--split`` / ``--continue-on-error`` flags. (`#337 <https://github.com/preset-io/backend-sdk/pull/337>`_).
12
-
- Fixed a bug affecing the logic to skip assets based on the ``progress.log`` file. (`#337 <https://github.com/preset-io/backend-sdk/pull/337>`_).
17
+
- The ``--asset-type`` selector is now supported with the ``--split`` / ``--continue-on-error`` flags (`#337 <https://github.com/preset-io/backend-sdk/pull/337>`_).
18
+
- Fixed a bug affecing the logic to skip assets based on the ``progress.log`` file (`#337 <https://github.com/preset-io/backend-sdk/pull/337>`_).
0 commit comments