-
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
🐛 Destination snowflake: updated snowflake query timeout #5784
🐛 Destination snowflake: updated snowflake query timeout #5784
Conversation
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.
LGTM, but please make sure all check\tests passed before moving forward. I would also add new timeout info to the main connector's documentation explicitly
…4745-snowflake-destination-query-timeout-fix
/test connector=connectors/destination-snowflake
|
/publish connector=connectors/destination-snowflake
|
@andriikorotkov is there a follow up issue for later fixes? |
@sherifnada No, no problem. I have successfully split one query into multiple ones with a user-specified batch size. I pushed these changes in this Pull Request - #5783 |
What
Sync succeeded but destination snowflake tables are empty
How
Updated query timeout from 30 minutes to 3 hours. It is first part of fix this bug.
Pre-merge Checklist
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described here