Databricks Terraform Provider v1.117.0: Fix External Location File Events
Databricks Terraform Provider version 1.117.0 fixes a bug in `databricks_external_location` where setting `enable_file_events` to `false` was ignored. This change ensures that when explicitly set to false, the provider now correctly sends this configuration to the Databricks API, preventing unexpected default behavior for file event monitoring. The fix targets users managing external locations via Terraform, ensuring their configuration for file events is respected.
Fixes (1) ›
Fix databricks_external_location so that creating a resource with enable_file_events = false is sent in the POST request. Previously the field was silently dropped (Go SDK marshals the bool with omitempty), so the server applied its true default and effective_enable_file_events came back true
https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.117.0
Related releases
- Databricks `ai_transcribe()` SQL Function for Audio Transcription (Beta) Databricks Release Notes ·
- Databricks Lakebase Snapshots API (Beta) for Programmatic Management Databricks Release Notes ·
- Databricks Introduces Session Restore for Serverless Jobs in Public Preview Databricks Release Notes ·
- Announcing On-Demand State Repartitioning for Apache Spark Structured Streaming on Databricks Databricks Blog ·
- Databricks Genie now displays visualizations directly in Slack replies Databricks Release Notes ·
- Databricks Introduces Configurable Data Retention for System Tables (Beta) Databricks Release Notes ·