terraform-provider-databricks
terraform-provider-databricks copied to clipboard
[FEATURE] Relax `force_new` on `catalog`/`schema` in `databricks_pipeline` resource
trafficstars
With the latest releases, it's now possible to change catalog and schema for existing pipelines, so we need to remove force_new from these fields
But we need to investigate how to handle change from storage to catalog/schema - this may require an implementation of custom diff function to do the force_new for such combination.
Duplicate of #4567