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

[PostgreSQL] Remove duplicate PK check in advanced sync rules #2007

Merged

Conversation

timgrein
Copy link
Contributor

Related to #2002

Removes the duplicate primary keys check in advanced sync rules for the PostgreSQL connector to enable JOINs, also when the primary keys of different tables are the same.

Checklists

Pre-Review Checklist

  • this PR has a meaningful title
  • this PR links to all relevant github issues that it fixes or partially addresses
  • if there is no GH issue, please create it. Each PR should have a link to an issue
  • this PR has a thorough description
  • Covered the changes with automated tests
  • Tested the changes locally
  • Added a label for each target release version (example: v7.13.2, v7.14.0, v8.0.0)

@timgrein
Copy link
Contributor Author

buildkite test this

1 similar comment
@timgrein
Copy link
Contributor Author

buildkite test this

@artem-shelkovnikov
Copy link
Member

@timgrein updating the branch from main should fix ftests for you

Copy link
Member

@artem-shelkovnikov artem-shelkovnikov left a comment

Choose a reason for hiding this comment

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

Should there be a test for it too?

@artem-shelkovnikov artem-shelkovnikov merged commit ff0c177 into main Dec 22, 2023
2 checks passed
@artem-shelkovnikov artem-shelkovnikov deleted the timgrein/remove-duplicate-pk-check-postgresql branch December 22, 2023 14:20
github-actions bot pushed a commit that referenced this pull request Dec 22, 2023
Co-authored-by: Artem Shelkovnikov <artem.shelkovnikov@elastic.co>
github-actions bot pushed a commit that referenced this pull request Dec 22, 2023
Co-authored-by: Artem Shelkovnikov <artem.shelkovnikov@elastic.co>
Copy link

💚 Backport PR(s) successfully created

Status Branch Result
8.11 #2014
8.12 #2015

The backport PRs will be merged automatically after passing CI.

artem-shelkovnikov added a commit that referenced this pull request Dec 22, 2023
…2007) (#2015)

Co-authored-by: Tim Grein <tim.grein@elastic.co>
Co-authored-by: Artem Shelkovnikov <artem.shelkovnikov@elastic.co>
artem-shelkovnikov added a commit that referenced this pull request Dec 22, 2023
…2007) (#2014)

Co-authored-by: Tim Grein <tim.grein@elastic.co>
Co-authored-by: Artem Shelkovnikov <artem.shelkovnikov@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants