-
Notifications
You must be signed in to change notification settings - Fork 121
Preserve allow_duplicate_names field in the pipeline resource
#3274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
allow_duplicate_names field in the pipeline resource
Collaborator
11 failing tests:
|
andrewnester
approved these changes
Jul 18, 2025
deco-sdk-tagging bot
added a commit
that referenced
this pull request
Jul 23, 2025
## Release v0.261.0 ### Notable Changes The following CLI commands now have additional required positional arguments: * `alerts-v2 update-alert ID UPDATE_MASK` - Update an alert (v2) * `database update-database-instance NAME UPDATE_MASK` - Update a database instance * `external-lineage create-external-lineage-relationship SOURCE TARGET` - Create an external lineage relationship * `external-lineage update-external-lineage-relationship UPDATE_MASK SOURCE TARGET` - Update an external lineage relationship * `external-metadata update-external-metadata NAME UPDATE_MASK SYSTEM_TYPE ENTITY_TYPE` - Update external metadata * `feature-store update-online-store NAME UPDATE_MASK CAPACITY` - Update an online store * `lakeview create-schedule DASHBOARD_ID CRON_SCHEDULE` - Create a schedule * `lakeview create-subscription DASHBOARD_ID SCHEDULE_ID SUBSCRIBER` - Create a subscription * `lakeview update-schedule DASHBOARD_ID SCHEDULE_ID CRON_SCHEDULE` - Update a schedule * `network-connectivity update-private-endpoint-rule NETWORK_CONNECTIVITY_CONFIG_ID PRIVATE_ENDPOINT_RULE_ID UPDATE_MASK` - Update a private endpoint rule ### CLI * Add required query parameters as positional arguments in CLI commands ([#3289](#3289)) ### Bundles * Fixed an issue where `allow_duplicate_names` field on the pipeline definition was ignored by the bundle ([#3274](#3274)) * Add warning for when required bundle fields are not set ([#3044](#3044))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
allow_duplicate_namesconfiguration fieldallow_duplicate_namesfieldWhy
The
allow_duplicate_namesfield was being dropped from pipeline resources during conversion, preventing users from configuring pipelines that allow duplicate names. This change ensures the field is properly preserved and passed through to the Terraform ProviderTests