Skip to content

Commit a9e2505

Browse files
authored
Fix failing integration tests from new tblproperties field (#1061)
2 parents c68d8e9 + 27c2ac7 commit a9e2505

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dbt/adapters/databricks/relation_configs/tblproperties.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class TblPropertiesConfig(DatabricksComponentConfig):
4141
"delta.rowTracking.materializedRowIdColumnName",
4242
"spark.internal.pipelines.top_level_entry.user_specified_name",
4343
"delta.columnMapping.maxColumnId",
44+
"spark.sql.internal.pipelines.parentTableId",
4445
]
4546

4647
def __eq__(self, __value: Any) -> bool:

0 commit comments

Comments
 (0)