Hi @Harikrishnan P H ,
I wouldn't recommend using `terraform` databricks_table for Unity Catalog Delta Tables. The schema update doesn't work at the moment.
Below error while trying to add/remove column (Delta table):
Error: cannot update table: A table's Delta metadata can only be changed from a cluster or warehouse...
Please check this also:
https://github.com/databricks/terraform-provider-databricks/issues/1624
"so there are quite a few gaps/edge cases with the tables API, hence customers should not use the API or Terraform to create/manage Unity Catalog tables & views at the moment."
Even though, you can create delta tables using terraform, I tested later on from the UI both commands:
show create table;
describe table;
they fail to show the output.
thanks,
Pat.