-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 Google Analytics v4: Add handle quota error #14949
🎉Source Google Analytics v4: Add handle quota error #14949
Conversation
/test connector=connectors/source-google-analytics-v4
Build PassedTest summary info:
|
/publish connector=connectors/source-google-analytics-v4
if you have connectors that successfully published but failed definition generation, follow step 4 here |
What
https://github.com/airbytehq/oncall/issues/346 - When daily limits error reached, sync failed.
How
Added handle quota error. When the daily request limit reached, the connector ignores an error with
429
code andhas exceeded the daily request limit
error massage to finish successfully sync and inform the user about an error in logs with an error message and link to google analytics docs.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