We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84e3c7 commit dbd5a73Copy full SHA for dbd5a73
catalog/resource_online_table.go
@@ -59,6 +59,7 @@ func ResourceOnlineTable() common.Resource {
59
common.CustomizeSchemaPath(m, "spec", "source_table_full_name").SetCustomSuppressDiff(common.EqualFoldDiffSuppress)
60
common.CustomizeSchemaPath(m, "name").SetRequired().SetForceNew()
61
common.CustomizeSchemaPath(m, "status").SetReadOnly()
62
+ common.CustomizeSchemaPath(m, "unity_catalog_provisioning_state").SetComputed()
63
common.CustomizeSchemaPath(m, "table_serving_url").SetReadOnly()
64
common.CustomizeSchemaPath(m, "spec", "pipeline_id").SetReadOnly()
65
0 commit comments