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

Support upsert mode pg -> pg #553

Merged
merged 3 commits into from
Oct 22, 2023
Merged

Support upsert mode pg -> pg #553

merged 3 commits into from
Oct 22, 2023

Conversation

iskakaushik
Copy link
Contributor

@iskakaushik iskakaushik commented Oct 21, 2023

fixes: #553

@iskakaushik iskakaushik force-pushed the support-upsert-mode-pg branch from 09d4d02 to 8153697 Compare October 21, 2023 20:17
@saisrirampur
Copy link
Contributor

saisrirampur commented Oct 21, 2023

@iskakaushik first run is erroring out with:

{
"message": "failed to sync records: failed to create staging table: ERROR: syntax error at or near "[" (SQLSTATE 42601)",
"source": "GoSDK",
"stackTrace": "",
"encodedAttributes": null,
"cause": {
"message": "failed to create staging table: ERROR: syntax error at or near "[" (SQLSTATE 42601)",
"source": "GoSDK",
"stackTrace": "",
"encodedAttributes": null,
"cause": null,
"applicationFailureInfo": {
"type": "",
"nonRetryable": false,
"details": null
}
},
"applicationFailureInfo": {
"type": "wrapError",
"nonRetryable": false,
"details": null
}
}

@iskakaushik iskakaushik merged commit 3405093 into main Oct 22, 2023
12 checks passed
@iskakaushik iskakaushik deleted the support-upsert-mode-pg branch October 22, 2023 18:04
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