-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
🐛 Source Shopify: fix one-time
retry after Internal Server Error
for BULK streams
#37468
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
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.
I would like to avoid exposing a new field if we don't need to. Can we avoid that? Ping me anytime today and I'll approve asap once it is fixed
airbyte-integrations/connectors/source-shopify/source_shopify/shopify_graphql/bulk/job.py
Show resolved
Hide resolved
airbyte-integrations/connectors/source-shopify/source_shopify/shopify_graphql/bulk/job.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-shopify/unit_tests/graphql_bulk/test_job.py
Outdated
Show resolved
Hide resolved
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.
Thanks for the change. This is very clean!
What
Given this failed sync:
https://cloud.airbyte.com/workspaces/7542ce05-0378-49d9-a7ee-f4bce67f7402/connections/d94c6150-49f1-466a-8834-a3dc8e0a679e/job-history
There is a gap between how the source handles the
Internal Server Error
for BULK streams now, this PR is a fix for the bug.How
( ShopifyBulkExceptions.BulkJobBadResponse, ShopifyBulkExceptions.BulkJobUnknownError )
when there is no possibility to check the state of the BULK job, due to the Shopify Server Error.User Impact
No impact.