Skip to content

Commit 9a3315f

Browse files
authored
add managed properties (#3465)
1 parent cb5900e commit 9a3315f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

catalog/resource_sql_table.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,13 @@ func sqlTableIsManagedProperty(key string) bool {
8888
"delta.enableDeletionVectors": true,
8989
"delta.enableRowTracking": true,
9090
"delta.feature.clustering": true,
91+
"delta.feature.changeDataFeed": true,
9192
"delta.feature.deletionVectors": true,
9293
"delta.feature.domainMetadata": true,
9394
"delta.feature.liquid": true,
9495
"delta.feature.rowTracking": true,
9596
"delta.feature.v2Checkpoint": true,
97+
"delta.feature.timestampNtz": true,
9698
"delta.liquid.clusteringColumns": true,
9799
"delta.rowTracking.materializedRowCommitVersionColumnName": true,
98100
"delta.rowTracking.materializedRowIdColumnName": true,

0 commit comments

Comments
 (0)