- Notifications
You must be signed in to change notification settings - Fork 4.9k
🐛 Source Google Ads: add 'asset' Resource to full refresh custom tables #25624
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 Ads: add 'asset' Resource to full refresh custom tables #25624
Conversation
ac47066 to a9ddf0c Compare | /test connector=connectors/source-google-ads
Build PassedTest summary info: |
| What should I do in order to make the "Add labels to github PRs based on context" check successful? |
| /test connector=connectors/source-google-ads
Build PassedTest summary info: |
| /test connector=connectors/source-google-ads
Build PassedTest summary info: |
…es (airbytehq#25624) * add 'asset' Resource tu full refresh custom tables * update google-ads.md * remove diff hunk marker * update version in metadata.yaml --------- Co-authored-by: Sunny Hashmi <6833405+sh4sh@users.noreply.github.com>
…ng_group_filter" (airbytehq#25314) * feat: new google ads full refresh custom table * bump version * update changelog * fix changelog date for last version airbytehq#25624 --------- Co-authored-by: sh4sh <6833405+sh4sh@users.noreply.github.com>
What
Closes #25620
How
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
Grant edit access to maintainers (instructions)
Secrets in the connector's spec are annotated with
airbyte_secretUnit & integration tests added and passing. Community members, please provide proof of success locally e.g: screenshot or copy-paste unit, integration, and acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run
./gradlew :airbyte-integrations:connectors:<name>:integrationTest.Code reviews completed
Connector version has been incremented
Dockerfilehas updated versionDocumentation updated
README.mdbootstrap.md. See description and examplesdocs/integrations/<source or destination>/<name>.mdwith an entry for the new version. See changelog examplePR name follows PR naming conventions
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/publishcommand described here