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.
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 thedatabricks_sql_table
resource, which causes schema drift between the underlying table and the derived view.References: Databricks CREATE VIEW Terraform databricks_sql_table