Skip to content

Commit

Permalink
add managed properties (#3465)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkvuong authored Apr 15, 2024
1 parent cb5900e commit 9a3315f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions catalog/resource_sql_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@ func sqlTableIsManagedProperty(key string) bool {
"delta.enableDeletionVectors": true,
"delta.enableRowTracking": true,
"delta.feature.clustering": true,
"delta.feature.changeDataFeed": true,
"delta.feature.deletionVectors": true,
"delta.feature.domainMetadata": true,
"delta.feature.liquid": true,
"delta.feature.rowTracking": true,
"delta.feature.v2Checkpoint": true,
"delta.feature.timestampNtz": true,
"delta.liquid.clusteringColumns": true,
"delta.rowTracking.materializedRowCommitVersionColumnName": true,
"delta.rowTracking.materializedRowIdColumnName": true,
Expand Down

0 comments on commit 9a3315f

Please sign in to comment.