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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
1
## dbt-databricks 1.10.5 (TBD)
2
2
3
+
### Features
4
+
5
+
- Add cloning support for the the external tables (thanks @samgans!) ([1079](https://github.com/databricks/dbt-databricks/pull/1079))
6
+
3
7
### Fixes
4
8
5
9
- Fix inefficient query when getting column schema for MV/STs ([1074](https://github.com/databricks/dbt-databricks/issues/1074))
6
10
- Fix bug causing false positives in diffing constraints between existing relation and model config for incremental runs ([1081](https://github.com/databricks/dbt-databricks/issues/1081))
7
11
- Fix bug causing "main is not being called during running model" errors for some view updates ([1077](https://github.com/databricks/dbt-databricks/issues/1077))
12
+
- Fix the bugs with external tabls cloning [1095](https://github.com/databricks/dbt-databricks/pull/1095) (thanks @samgans!)
8
13
9
14
### Under the Hood
10
15
@@ -16,7 +21,6 @@
16
21
17
22
- Support column tags (with Materialization V2) ([649](https://github.com/databricks/dbt-databricks/issues/649))
18
23
- Support column masking (with Materialization V2) ([670](https://github.com/databricks/dbt-databricks/issues/670))
19
-
- Add cloning support for the the external tables (thanks @samgans!) ([1079](https://github.com/databricks/dbt-databricks/pull/1079))
0 commit comments