-
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 Hubspot: Support OAuth #6465
Conversation
Update acceptance test config with oauth tests. Add oauth test creds configs.
…spot-support-oath
airbyte-integrations/connectors/source-hubspot/source_hubspot/spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-hubspot/source_hubspot/api.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-hubspot/acceptance-test-config.yml
Show resolved
Hide resolved
airbyte-integrations/connectors/source-hubspot/acceptance-test-config.yml
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-hubspot/acceptance-test-config.yml
Outdated
Show resolved
Hide resolved
Update source acceptance tests. Update spec.json.
# subscription_changes: ["timestamp"] | ||
# email_events: ["timestamp"] | ||
configured_catalog_path: "sample_files/configured_catalog.json" | ||
empty_streams: |
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.
why are there so many empty streams? what can we do to populate?
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.
That is on me. I'll update you there after I do a research. So I'll either create an issue to fill those streams with data or fill as much streams as possible.
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.
There is an issue #6711
airbyte-integrations/connectors/source-hubspot/acceptance-test-config.yml
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-hubspot/source_hubspot/spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-hubspot/source_hubspot/spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-hubspot/source_hubspot/spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-hubspot/source_hubspot/spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-hubspot/source_hubspot/api.py
Outdated
Show resolved
Hide resolved
…ired-scopes-doc' into htrueman/source-hubspot-support-oath
Update comments.
/test connector=connectors/source-hubspot
|
…spot-support-oath
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 - is there a ticket to populate the streams with data?
airbyte-integrations/connectors/source-hubspot/source_hubspot/spec.json
Outdated
Show resolved
Hide resolved
…spot-support-oath # Conflicts: # docs/integrations/sources/hubspot.md
/test connector=connectors/source-hubspot
|
/test connector=connectors/source-hubspot
|
@htrueman why didn't we publish the connector in this PR? |
* Add required scopes to hubspot.md docs * Update spec with oauth creds. Update acceptance test config with oauth tests. Add oauth test creds configs. * Fix spec.js `oneOf` usage * Add CDK authenticators usage. Update source acceptance tests. Update spec.json. * Fix source unit tests * Update hubspot.md scopes docs * Add spec field titles. Update comments. * Update spec.json oauthFlowOutputParameters. * Update spec.json to pass SAT.
What
Closes #2449
How
Recommended reading order
spec.json
acceptance-test-config.jml
Pre-merge Checklist
Expand the relevant checklist and delete the others.
New Connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/SUMMARY.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
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 hereUpdating 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 hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changes