- Notifications
You must be signed in to change notification settings - Fork 4.9k
🐛 Source Google Analytics: Fix issue with custom error and simplify configuration #8175
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
Conversation
…spec values order
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.
Could you add an unit test for this case?
airbyte-integrations/connectors/source-google-analytics-v4/source_google_analytics_v4/source.py Show resolved Hide resolved
antixar left a comment
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!
Please merge and publish your changes. Don't forget to update the PR number in the changelog
| /publish connector=connectors/source-google-analytics-v4
|
| /publish connector=connectors/source-google-analytics-v4
|
| /publish connector=connectors/source-google-analytics-v4
|
…onfiguration (airbytehq#8175) * Fix validation of unknown metric(s) or dimension(s) error and chenge spec values order * Add unit test and docs to method * Updated PR number * Updated version * Updated version * Bumped docker version * Fix code formation * Fixed unit tests * Bumped version in seeds and spec yaml
What
#8049 - Fix issue with custom error
#7850 - Simplify configuration
How
When the connector gets a custom report which has unknown metric(s) or dimension(s) and API returns an error with
400 code, the connector ignores an error with400 codeto finish successfully sync and inform the user about an error in logs with an error message.Changed order and name for some values. Deleted
window_in_daysand added default value as 90 days.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.mdbootstrap.md. See description and examplesdocs/integrations/<source or destination>/<name>.mdincluding 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./publishcommand described here