-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
⚠️ Retire destination-bigquery-denormalized
#28488
Merged
octavia-approvington
merged 35 commits into
master
from
evan/reomve-bigquery-denormalized
Sep 12, 2023
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
2fd5ae5
Remove `destination-bigquery-denormalized`
evantahler cd97c20
metadata remains, but disabled repositories
evantahler f0f96f7
Merge branch 'master' into evan/reomve-bigquery-denormalized
evantahler aaa3d2d
bump version
evantahler f0b560b
use breakingChanges as a deprication hack
evantahler f518c38
Merge branch 'master' into evan/reomve-bigquery-denormalized
evantahler 3964e0e
revert changes
evantahler a3613c9
revert
evantahler 1fbb0a6
revert
evantahler 385c7a9
downgrade to alpha + breaking change
evantahler 7141fcc
Merge branch 'master' into evan/reomve-bigquery-denormalized
evantahler 226761a
link to v2 docs
evantahler f0ae7ab
Merge branch 'master' into evan/reomve-bigquery-denormalized
evantahler ac9c965
upgrade guide
evantahler 5178338
changelog
evantahler 08b23b2
fix migration guide header
evantahler 92732f5
fix dockerfile label
evantahler 033d3e8
we still need isDefaultAirbyteTmpTableSchema
evantahler 1789545
period
evantahler c7ad108
better migration note
evantahler a39ef42
fix quotes
evantahler aabdf73
Update bigquery-denormalized-migrations.md
evantahler 7f8a3fd
Merge branch 'master' into evan/reomve-bigquery-denormalized
evantahler 14b1059
fix test
evantahler 74bdbb6
Automated Commit - Formatting Changes
evantahler 55e8950
fix test
evantahler 6b41a87
Merge branch 'master' into evan/reomve-bigquery-denormalized
evantahler 1cf1f9d
remove from registries
evantahler aa38ea4
Merge branch 'master' into evan/reomve-bigquery-denormalized
evantahler 60aaf97
add back to registry
evantahler 9af3922
Update docs/integrations/destinations/bigquery-denormalized-migration…
evantahler e4021f6
Merge branch 'master' into evan/reomve-bigquery-denormalized
evantahler e758357
Use `dockerImageTag` to override the version running in cloud
evantahler d128d9c
Merge branch 'master' into evan/reomve-bigquery-denormalized
evantahler 38cc904
revert custom registry tags
evantahler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
7 changes: 7 additions & 0 deletions
7
docs/integrations/destinations/bigquery-denormalized-migrations.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# BigQuery (denormalized typed struct) Migration Guide | ||
|
||
## Upgrading to 2.0.0 | ||
|
||
`destination-bigquery-denormalized` is being retired in favor of `destination-bigquery`, and is no longer maintained. Please switch to `destination-bigquery`, which will produce similar tables and contains many improvements. We are retiring `destination-bigquery-denormalized` because it now heavily overlaps with Destinations V2, except for being slower and less reliable. Destinations V2 is now available for BigQuery. To learn more about the feature and speed improvements of Destinations V2, please [click here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2)! | ||
erohmensing marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
This connector will be retired on November 1, 2023. Retired connectors will be removed from the Airbyte connector registry, and no new connections can be created with this connector. Your existing connection(s) will be disabled, with no possibility to re-eneable. |
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once we have the sync pauser, after this date there should be no more running syncs on this destination - at which time (or maybe a little after, to give them the kick in the butt to move over to the new one once the syncs stop running) we can tombstone the connector (which tombstones their actors/connections) 👍🏻