databricks / terraform-provider-databricks

Databricks Terraform Provider
https://registry.terraform.io/providers/databricks/databricks/latest
Other
456 stars 393 forks source link

[FEATURE] Add support for `schema_binding` in `databricks_sql_table` resource #4264

Open aminja opened 3 days ago

aminja commented 3 days ago

Databricks offers a schema_binding feature for SQL tables, which allows capturing changes in the underlying object definitions. However, this feature is currently missing from the databricks_sql_table resource, which causes schema drift between the underlying table and the derived view.

References: Databricks CREATE VIEW Terraform databricks_sql_table