Skip to content
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

feat!: Remove unique constraints in append mode #17129

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

bbernays
Copy link
Collaborator

Summary

When a destination is using append mode there should be no constraints on any column. Prior to this change in append mode we would only remove the Primary Key, but now we are also removing the unique constraints.

@bbernays bbernays added the no automerge Block automatic merging label Mar 13, 2024
@bbernays bbernays linked an issue Mar 13, 2024 that may be closed by this pull request
Copy link
Contributor

@erezrokah erezrokah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason this is a breaking change? How removing the unique constraint can break existing configurations/syncs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli no automerge Block automatic merging
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

feat(cli): Remove all unique constraints when in append mode
4 participants