-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 Freshdesk: add availability strategy #22145
Source Freshdesk: add availability strategy #22145
Conversation
/test connector=connectors/source-freshdesk |
8e03c85
to
d253fc0
Compare
/test connector=connectors/source-freshdesk
Build PassedTest summary info:
|
Airbyte Code Coverage
|
airbyte-integrations/connectors/source-freshdesk/source_freshdesk/streams.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-freshdesk/source_freshdesk/source.py
Outdated
Show resolved
Hide resolved
airbyte-config/init/src/main/resources/seed/source_definitions.yaml
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-freshdesk/integration_tests/expected_records.jsonl
Outdated
Show resolved
Hide resolved
There is also custom handling for 403s in the should_retry method - I think we can remove that now! We want to look for these and remove them as we implement AvailabilityStrategy, but I've shortlisted all the ones I noticed here for easier reference |
Removed |
4362c5c
to
0fec2ba
Compare
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 - thank you!
airbyte-integrations/connectors/source-freshdesk/source_freshdesk/source.py
Show resolved
Hide resolved
/test connector=connectors/source-freshdesk
Build PassedTest summary info:
|
/publish connector=connectors/source-freshdesk
|
/publish connector=connectors/source-freshdesk
if you have connectors that successfully published but failed definition generation, follow step 4 here |
be3722f
to
f75fa5c
Compare
/publish connector=connectors/source-freshdesk
if you have connectors that successfully published but failed definition generation, follow step 4 here |
* Source FreshDesk: start using availability strategy * Source FreshDesk: fix flake issues * Source Freshdesk: update version * auto-bump connector version --------- Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
What
Add availability strategy