-
Notifications
You must be signed in to change notification settings - Fork 4.5k
🎉 Source Google Ads: campaign stream includes campaign_budget.amount_micros #11602
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
/test connector=connectors/source-google-ads
|
@edgao looks like the test failed. do you know if it times out on master too? If so, should we increase the timeout? |
welp. this happens transiently, never actually tracked it down to a root cause. retrying and hoping it works a second time :/ |
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.
Approved pending a successful test execution
/test connector=connectors/source-google-ads
|
/test connector=connectors/source-google-ads
|
/publish connector=connectors/source-google-ads
|
What
Previously we only fetched
campaign.campaign_budget
, which is the resource ID of the budget. We now fetch the actual value of the budget as a new field.Tested this on a local airbyte instance (GAds -> local JSON) and verified that it fetches the field correctly.
🚨 User Impact 🚨
none
Pre-merge Checklist
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