Skip to content
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: update schemas and names of default streams #31048

Merged
merged 12 commits into from
Oct 16, 2023

Conversation

tolik0
Copy link
Contributor

@tolik0 tolik0 commented Oct 4, 2023

What

This PR focuses on updating the schemas and default stream names in alignment with Google Ads documentation.
Fixes:

How

🚨 User Impact 🚨

This release includes enhancements to the default schemas and updates to stream names. Users should refresh the source schema and reset affected streams after upgrading to ensure uninterrupted syncs.

@vercel
Copy link

vercel bot commented Oct 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Oct 16, 2023 0:08am

@github-actions
Copy link
Contributor

github-actions bot commented Oct 4, 2023

Before Merging a Connector Pull Request

Wow! What a great pull request you have here! 🎉

To merge this PR, ensure the following has been done/considered for each connector added or updated:

  • PR name follows PR naming conventions
  • Breaking changes are considered. If a Breaking Change is being introduced, ensure an Airbyte engineer has created a Breaking Change Plan.
  • Connector version has been incremented in the Dockerfile and metadata.yaml according to our Semantic Versioning for Connectors guidelines
  • You've updated the connector's metadata.yaml file any other relevant changes, including a breakingChanges entry for major version bumps. See metadata.yaml docs
  • Secrets in the connector's spec are annotated with airbyte_secret
  • All documentation files are up to date. (README.md, bootstrap.md, docs.md, etc...)
  • Changelog updated in docs/integrations/<source or destination>/<name>.md with an entry for the new version. See changelog example
  • Migration guide updated in docs/integrations/<source or destination>/<name>-migrations.md with an entry for the new version, if the version is a breaking change. See migration guide example
  • If set, you've ensured the icon is present in the platform-internal repo. (Docs)

If the checklist is complete, but the CI check is failing,

  1. Check for hidden checklists in your PR description

  2. Toggle the github label checklist-action-run on/off to re-run the checklist CI.

@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Oct 4, 2023
@tolik0 tolik0 marked this pull request as ready for review October 4, 2023 12:03
@airbyte-oss-build-runner
Copy link
Collaborator

source-google-ads test report (commit 75626b0c36) - ❌

⏲️ Total pipeline duration: 07mn23s

Step Result
Connector package install
Build source-google-ads docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-google-ads
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-google-ads test

@airbyte-oss-build-runner
Copy link
Collaborator

source-google-ads test report (commit e34beb68b0) - ❌

⏲️ Total pipeline duration: 06mn58s

Step Result
Connector package install
Build source-google-ads docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-google-ads
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-google-ads test

@tolik0 tolik0 force-pushed the tolik0/source-google-ads/fix-default-schemas branch from e34beb6 to 75626b0 Compare October 4, 2023 14:34
@airbyte-oss-build-runner
Copy link
Collaborator

source-google-ads test report (commit 75626b0c36) - ❌

⏲️ Total pipeline duration: 07mn28s

Step Result
Connector package install
Build source-google-ads docker image for platform linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-google-ads
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-google-ads test

@tolik0 tolik0 requested review from davydov-d and clnoll October 4, 2023 14:46
@airbyte-oss-build-runner
Copy link
Collaborator

source-google-ads test report (commit 4d8844ba38) - ❌

⏲️ Total pipeline duration: 58.00s

Step Result
Connector package install
Build source-google-ads docker image for platform linux/x86_64
Unit tests
Code format checks
Validate metadata for source-google-ads
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-google-ads test

@davydov-d davydov-d added the breaking-change Don't merge me unless you are ready. label Oct 4, 2023
@airbyte-oss-build-runner
Copy link
Collaborator

source-google-ads test report (commit 97819f1bbe) - ❌

⏲️ Total pipeline duration: 01mn06s

Step Result
Connector package install
Build source-google-ads docker image for platform linux/x86_64
Unit tests
Code format checks
Validate metadata for source-google-ads
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-google-ads test

@davydov-d davydov-d changed the title Source Google Ads: update schemas and names of default streams 🚨 🚨 Source Google Ads: update schemas and names of default streams Oct 4, 2023
Copy link
Collaborator

@davydov-d davydov-d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make all checks green and wait for Catherine's review

@tolik0 tolik0 force-pushed the tolik0/source-google-ads/fix-default-schemas branch from 97819f1 to 44869b7 Compare October 4, 2023 22:23
@airbyte-oss-build-runner
Copy link
Collaborator

source-google-ads test report (commit 44869b743b) - ❌

⏲️ Total pipeline duration: 07mn16s

Step Result
Connector package install
Build source-google-ads docker image for platform(s) linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-google-ads
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-google-ads test

@airbyte-oss-build-runner
Copy link
Collaborator

source-google-ads test report (commit 53c656a117) - ✅

⏲️ Total pipeline duration: 07mn45s

Step Result
Connector package install
Build source-google-ads docker image for platform(s) linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-google-ads
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-google-ads test

@airbyte-oss-build-runner
Copy link
Collaborator

source-google-ads test report (commit c3457e8c7b) - ✅

⏲️ Total pipeline duration: 06mn12s

Step Result
Connector package install
Build source-google-ads docker image for platform(s) linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-google-ads
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-google-ads test

Copy link
Contributor

@bnchrch bnchrch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some changes for the breaking change message but other than that it lgtm! 💎

docs/integrations/sources/google-ads-migrations.md Outdated Show resolved Hide resolved
@evantahler
Copy link
Contributor

Any progress on this one?

@airbyte-oss-build-runner
Copy link
Collaborator

source-google-ads test report (commit f37d26d2eb) - ❌

⏲️ Total pipeline duration: 07mn16s

Step Result
Build source-google-ads docker image for platform(s) linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-google-ads
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-google-ads test

@tolik0 tolik0 requested a review from bazarnov October 14, 2023 09:03
@airbyte-oss-build-runner
Copy link
Collaborator

source-google-ads test report (commit e0effa2296) - ✅

⏲️ Total pipeline duration: 08mn45s

Step Result
Build source-google-ads docker image for platform(s) linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-google-ads
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-google-ads test

@airbyte-oss-build-runner
Copy link
Collaborator

source-google-ads test report (commit 11abf82922) - ✅

⏲️ Total pipeline duration: 04mn48s

Step Result
Build source-google-ads docker image for platform(s) linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-google-ads
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-google-ads test

@tolik0 tolik0 force-pushed the tolik0/source-google-ads/fix-default-schemas branch from 11abf82 to 727c04c Compare October 16, 2023 11:53
@airbyte-oss-build-runner
Copy link
Collaborator

source-google-ads test report (commit 727c04c782) - ✅

⏲️ Total pipeline duration: 10mn38s

Step Result
Build source-google-ads docker image for platform(s) linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-google-ads
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-google-ads test

@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Oct 16, 2023
@airbyte-oss-build-runner
Copy link
Collaborator

source-google-ads test report (commit 7a16daf601) - ✅

⏲️ Total pipeline duration: 10mn46s

Step Result
Build source-google-ads docker image for platform(s) linux/x86_64
Unit tests
Acceptance tests
Code format checks
Validate metadata for source-google-ads
Connector version semver check
Connector version increment check
QA checks

🔗 View the logs here

☁️ View runs for commit in Dagger Cloud

Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command

airbyte-ci connectors --name=source-google-ads test

@tolik0 tolik0 merged commit cb3df14 into master Oct 16, 2023
18 checks passed
@tolik0 tolik0 deleted the tolik0/source-google-ads/fix-default-schemas branch October 16, 2023 12:23
ariesgun pushed a commit to ariesgun/airbyte that referenced this pull request Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation breaking-change Don't merge me unless you are ready. connectors/source/google-ads team/connectors-python
Projects
None yet
7 participants