-
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 Zuora: Add OAuth
support for Airbyte Cloud, Migrated to new CI Sandbox
#6575
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.
are you sure that you added oauth properties to the spec file? I see changes for sandbox options only.
airbyte-integrations/connectors/source-zuora/source_zuora/spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-zuora/source_zuora/spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-zuora/source_zuora/zuora_endpoint.py
Outdated
Show resolved
Hide resolved
Haven't manage to submit the latest changes yet) The tests on new CI Sandbox require to update some parts of the connector. |
/test connector=connectors/source-zuora
|
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.
looks good!
airbyte-integrations/connectors/source-zuora/source_zuora/spec.json
Outdated
Show resolved
Hide resolved
…full_refresh streams
/test connector=connectors/source-zuora
|
/publish connector=connectors/source-zuora
|
…w CI Sandbox (airbytehq#6575) * edited spec.json * added more endpoints to connect to (as options in UI) * migrated to new CI Sandbox (airbyte-integration) * added support of streams without any cursor (updatedDate, createdDate) - for such cases, we fetch the whole object * * using Full-Refresh mode. * edited integration-test.py
What
#6298 - Source Zuora: support oauth
How
spec.json
integration-test.py
Pre-merge Checklist
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.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