terraform-provider-databricks
terraform-provider-databricks copied to clipboard
[FEATURE] Support setting table owner in databricks_sql_table resource
Use-cases
Currently provider allows setting owners for databricks_catalog
and databricks_schema
resources, but not for databricks_sql_table
. Instead, owner value is set to a service principal application ID, that was used to execute Terraform apply.