-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Update Airbyte assets to avoid name collisions (#24058)
## Summary & Motivation Fixes [DS-417](https://linear.app/dagster-labs/issue/DS-417/avoid-name-collisions-for-dagster-airbyte-assets) This PR updates the Airbyte assets naming template to include the full connection ID. Previously, we were truncating the connection ID to keep only the first 5 characters in the asset name, which created name collisions for some users. ## How I Tested These Changes Updated tests + BK ## Changelog [New | Bug | Docs] Bug: [dagster-airbyte] Update the Airbyte asset naming template to include the full connection ID, avoiding name collisions.
- Loading branch information
1 parent
9c5fa62
commit f8216a0
Showing
4 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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