databricks / terraform-provider-databricks

Databricks Terraform Provider
https://registry.terraform.io/providers/databricks/databricks/latest
Other
456 stars 393 forks source link

[Exporter] **Breaking change**: Move `databricks_workspace_file` to a separate service #4118

Closed alexott closed 1 month ago

alexott commented 1 month ago

Changes

Move databricks_workspace_file to a separate service wsfiles, so we can list and export them separately from notebooks. If you used notebooks in -listing or -services options, then you need to append wsfiles to these options.

Tests