-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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-gorgias contribution from engageandy #52637
base: master
Are you sure you want to change the base?
source-gorgias contribution from engageandy #52637
Conversation
@engageandy is attempting to deploy a commit to the Airbyte Growth Team on Vercel. A member of the Team first needs to authorize it. |
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.
Thank you for the contribution!
I'm cleaning this up (a few Builder bugs creeping in), and from there we will bump the version and get this merged.
@marcosmarxm have time to bump the version on this? |
/bump-version type="minor" changelog="Add retries for rate limited streams"
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Once the CI is happy, we should merge this. Toggled automerge.
What
This PR updates source Gorgias (source-gorgias).
The contributor provided the following description of the change:
All streams updated to use the "Retry-after" header when rate limited.
Changed the tickets stream's cursor field to "updated_datetime". Tickets are mutable.
In views_items, added parent "view_id" to additional views and included in view_id + id composite key to resolve duplicate key errors.
Website: https://gorgias.com/
API docs: https://developers.gorgias.com/reference/introduction
Auth docs: https://developers.gorgias.com/reference/authentication
API Keys: https://testerstoreusedbytester.gorgias.com/app/settings/api
Reviewer checklist
bump-version
Airbyte-CI command locally to update the version of the connector according to the versioning guidelines. AddbreakingChanges
to metadata if necessary./format-fix
to resolve any formatting errors