Skip to content

Commit 810321a

Browse files
denikclaude
andauthored
direct: Extend pipelines recreate_on_changes configuration (#4499)
## Why Matches terraform's settings (links in the config). ## Tests Untested since it's a no-code change closely resembling TF. Co-authored-by: Claude Opus 4.6 <[email protected]>
1 parent 884d6b7 commit 810321a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

bundle/direct/dresources/resources.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ resources:
4444
reason: immutable
4545
- field: ingestion_definition.ingestion_gateway_id
4646
reason: immutable
47+
# https://github.com/databricks/terraform-provider-databricks/blob/4eba541abe1a9f50993ea7b9dd83874207e224a1/pipelines/resource_pipeline.go#L204
48+
- field: gateway_definition.connection_id
49+
reason: immutable
50+
- field: gateway_definition.connection_name
51+
reason: immutable
52+
- field: gateway_definition.gateway_storage_catalog
53+
reason: immutable
54+
- field: gateway_definition.gateway_storage_schema
55+
reason: immutable
56+
# https://github.com/databricks/terraform-provider-databricks/blob/4eba541abe1a9f50993ea7b9dd83874207e224a1/pipelines/resource_pipeline.go#L209
57+
- field: ingestion_definition.ingest_from_uc_foreign_catalog
58+
reason: immutable
4759
ignore_remote_changes:
4860
# "id" is handled in a special way before any fields changed
4961
# However, it is also part of RemotePipeline via CreatePipeline.

0 commit comments

Comments
 (0)