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

Fix replica identity for pull records #394

Merged
merged 2 commits into from
Sep 18, 2023
Merged

Fix replica identity for pull records #394

merged 2 commits into from
Sep 18, 2023

Conversation

Amogh-Bharadwaj
Copy link
Contributor

  • Includes a field in TableSchema proto denoting whether the table has replica identity full or not. This information is used in Postgres pull flow.

@@ -149,6 +149,8 @@ message TableSchema {
// "string", "int", "float", "bool", "timestamp".
map<string, string> columns = 2;
string primary_key_column = 3;
bool is_replica_identity_full = 4;

Copy link
Contributor

Choose a reason for hiding this comment

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

remove empty line

@iskakaushik iskakaushik merged commit d2bb6ae into main Sep 18, 2023
@serprex serprex deleted the fix-repl-id branch July 19, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants