Skip to content

Commit

Permalink
fix for new entry
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Dec 16, 2024
1 parent 84c5248 commit 1652ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/adapters/databricks/relation_configs/tblproperties.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class TblPropertiesConfig(DatabricksComponentConfig):
"delta.feature.rowTracking",
"delta.rowTracking.materializedRowCommitVersionColumnName",
"delta.rowTracking.materializedRowIdColumnName",
"spark.internal.pipelines.top_level_entry.user_specified_name",
]

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

0 comments on commit 1652ff7

Please sign in to comment.