-
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 Zendesk Sunshine: support oauth #7976
Conversation
airbyte-integrations/connectors/source-zendesk-sunshine/source_zendesk_sunshine/source.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-zendesk-sunshine/source_zendesk_sunshine/source.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-zendesk-sunshine/source_zendesk_sunshine/streams.py
Outdated
Show resolved
Hide resolved
…-sunshine-oauth # Conflicts: # airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/325e0640-e7b3-4e24-b823-3361008f603f.json # tools/bin/ci_credentials.sh
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, with a little question regards having primary_key
inside of parent class. Check it, please.
airbyte-integrations/connectors/source-zendesk-sunshine/source_zendesk_sunshine/streams.py
Show resolved
Hide resolved
/test connector=connectors/source-zendesk-sunshine
|
/test connector=connectors/source-zendesk-sunshine
|
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! Please publish this
/test connector=connectors/source-zendesk-sunshine
|
/publish connector=connectors/source-zendesk-sunshine
|
What
#7708 Add oauth2.0 flow part for Zendesk Sunshine.


How
Change
spec.json
and implement new Auth method insource.py
Recommended reading order
spec.json
source.py
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/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