Junwei Zhang
Junwei Zhang
### Affected Resource(s) https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/job#argument-reference. ### Expected Details According to official Databricks API: https://docs.databricks.com/api/workspace/jobs/create, there's no `max_retries` and `retry_on_timeout` setting at job level, only at task-level. Based on local experiments, applying...
We've only seen this happening in **staging regions** so far. ### Configuration ```hcl # Copy-paste your Terraform configuration here # databricks_sql_alert.table_freshness_foresight_routing_dlt_table_lineage_materialized_alert will be updated in-place ~ resource "databricks_sql_alert" "table_freshness_foresight_routing_dlt_table_lineage_materialized_alert" {...