Vadivel
Vadivel
I tried importing SQL resources such as `databricks_sql_query`, `databricks_sql_widgets`, and `databricks_sql_visualizations` for an existing dashboard using the experimental exporter as below. Some queries and their respective visualizations weren't exported. ###...
Need support for creating the below resources via Terraform. - Create SQL Alerts. - Configure Data Alerts destination.
To prevent hard-coding tables for databases when granting privileges to principals(as detailed in my [previous request](https://github.com/databrickslabs/terraform-provider-databricks/issues/1105)), a data resource that pulls up the tables and views(via separate TF resources ideally)...
When we remove `webhook_notifications` block from an existing databricks job, we see `Error: cannot update job: Webhook with id '' was not found.` ### Expected Behavior The webhook should get...
When changes are made only to `notebook_task.base_parameters` block in a `databricks_job`, the respective updates aren't detected in terraform plan stage. ### Configuration ```hcl resource "databricks_job" "foo_data_ingestion" { name = "foo_data_ingestion"...