terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

[FEATURE] Relax `force_new` on `catalog`/`schema` in `databricks_pipeline` resource

Open alexott opened this issue 6 months ago • 1 comments
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.

alexott avatar May 07 '25 09:05 alexott

Duplicate of #4567

alexott avatar May 09 '25 11:05 alexott