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.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,33 @@
1
1
# Changelog
2
2
3
3
## [v0.0.10]
4
+
### ⚠️ Breaking Changes
5
+
-**DPM Mode Flag Removal from v0.0.9**: DLT-META v0.0.9 pipelines using DPM mode flag must be migrated to the default publishing mode before upgrading. This change is metadata-only and doesn't impact existing datasets, but is irreversible.
6
+
-**invoke_dlt_pipeline Argument Changes**: Method arguments now require layer-specific prefixes (bronze_ or silver_) to support apply_changes_from_snapshot in both layers. This affects existing pipeline configurations using the previous argument naming.
7
+
8
+
### Migration Guide
9
+
1.**DPM Mode Migration**:
10
+
- Before upgrading to v0.0.10, update pipeline JSON settings as per Databricks documentation [Migrate to the default publishing mode](https://docs.databricks.com/aws/en/dlt/migrate-to-dpm#migrate-to-the-default-publishing-mode)
11
+
- This is a one-way migration - ensure all stakeholders are informed
12
+
- Verify pipeline functionality in test environment first
13
+
14
+
2.**invoke_dlt_pipeline Updates**:
15
+
- Method signature changed to support layer-specific functions:
Copy file name to clipboardExpand all lines: docs/content/releases/_index.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,35 @@ weight: 80
5
5
draft: false
6
6
---
7
7
# v0.0.10
8
+
9
+
## ⚠️ Breaking Changes
10
+
-**DPM Mode Removal**: DLT-META v0.0.9 pipelines using DPM mode flag must be migrated to the default publishing mode before upgrading. This change is metadata-only and doesn't impact existing datasets, but is irreversible.
11
+
-**Multi-Level Namespace Changes**: Custom schema qualification in table names is no longer supported. Tables must be created without database qualifiers.
12
+
-**invoke_dlt_pipeline Argument Changes**: Method arguments now require layer-specific prefixes (bronze_ or silver_) to support apply_changes_from_snapshot in both layers. This affects existing pipeline configurations using the previous argument naming.
13
+
14
+
## Migration Guide
15
+
1.**DPM Mode Migration**:
16
+
- Before upgrading to v0.0.10, update pipeline JSON settings as per Databricks documentation [Migrate to the default publishing mode](https://docs.databricks.com/aws/en/dlt/migrate-to-dpm#migrate-to-the-default-publishing-mode)
17
+
- This is a one-way migration - ensure all stakeholders are informed
18
+
- Verify pipeline functionality in test environment first
19
+
20
+
2.**invoke_dlt_pipeline Updates**:
21
+
- Method signature changed to support layer-specific functions:
0 commit comments