We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c68d8e9 + 27c2ac7 commit a9e2505Copy full SHA for a9e2505
1 file changed
dbt/adapters/databricks/relation_configs/tblproperties.py
@@ -41,6 +41,7 @@ class TblPropertiesConfig(DatabricksComponentConfig):
41
"delta.rowTracking.materializedRowIdColumnName",
42
"spark.internal.pipelines.top_level_entry.user_specified_name",
43
"delta.columnMapping.maxColumnId",
44
+ "spark.sql.internal.pipelines.parentTableId",
45
]
46
47
def __eq__(self, __value: Any) -> bool:
0 commit comments