-
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: Fixed 403 error validation #16914
🐛Source Hubspot: Fixed 403 error validation #16914
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.
Please check the print()
statements left inside the code.
airbyte-integrations/connectors/source-hubspot/source_hubspot/streams.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-hubspot/source_hubspot/streams.py
Outdated
Show resolved
Hide resolved
/test connector=connectors/source-hubspot
Build FailedTest summary info:
|
/test connector=connectors/source-hubspot
Build FailedTest summary info:
|
@lazebnyi looks like we have some failing tests |
airbyte-integrations/connectors/source-hubspot/source_hubspot/streams.py
Show resolved
Hide resolved
/test connector=connectors/source-hubspot
Build FailedTest summary info:
|
/test connector=connectors/source-hubspot
Build PassedTest summary info:
|
/publish connector=connectors/source-hubspot run-tests=false
if you have connectors that successfully published but failed definition generation, follow step 4 here |
* Fixed 403 error validation * Updated PR number * Updated after review * Updated after review * Updated version * Add ignoredd fields * auto-bump connector version [ci skip] Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
What
https://github.com/airbytehq/oncall/issues/526 - Source: HubSpot - requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.hubapi.com/automation/v3/workflows?limit=100 (via Sentry)
When facing forbidden error, the Hubspot source connector just log it. Syncs stop after these errors occur.
How
Handle error and return empty record if error occur.
Pre-merge Checklist
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