-
Notifications
You must be signed in to change notification settings - Fork 20
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
google-ads updated api version to V13 #82
Conversation
Could you fill out the "Risks" section of the PR description? Also, I see the integration tests are failing. Are we sure the tap does not need any changes to be compatible with v13? |
Current failure looks to be a authentication error, i have re-run the tests to verify it wasn't just a one time error. |
google-ads updated api version to V13 (singer-io#82)
* Make tap-tester suite use end_date to reduce test runtime (singer-io#71) * Make tap-tester suite use end_date to reduce test run-time * update integration tets to account for end date usage, add a unittest * fix typo in tests * save test logs as artifacts Co-authored-by: kspeer <kspeer@stitchdata.com> * TDL-21755 v11 and library bump (singer-io#79) * v11 and library bump * Trying another library version for tests * protobuf version decrease to meet google ads lib reqs * Version bump and changelog for PR 79 (singer-io#80) * TDL-21689 and TDL-21756 Bump to v12 (singer-io#76) * Bump google-ads client library to the minimum package version that supports the v12 api See https://developers.google.com/google-ads/api/docs/client-libs#python for more details * Update API_VERSION * Remove fields https://developers.google.com/google-ads/api/docs/diff-tool/v12/versus-v11/diffs/common/ad_type_infos --------- Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com> * Changelog entry and version bump for PR 76 (singer-io#78) * google-ads updated api version to V13 (singer-io#82) * updated api version to V13 * updated changelog --------- Co-authored-by: Dylan <28106103+dsprayberry@users.noreply.github.com> Co-authored-by: kspeer <kspeer@stitchdata.com> Co-authored-by: Andy Lu <andy@stitchdata.com> Co-authored-by: Vishal <vpachpinde@talend.com> Co-authored-by: Robert Espinoza <robert.espinoza@agilebits.com>
* Make tap-tester suite use end_date to reduce test runtime (singer-io#71) * Make tap-tester suite use end_date to reduce test run-time * update integration tets to account for end date usage, add a unittest * fix typo in tests * save test logs as artifacts Co-authored-by: kspeer <kspeer@stitchdata.com> * TDL-21755 v11 and library bump (singer-io#79) * v11 and library bump * Trying another library version for tests * protobuf version decrease to meet google ads lib reqs * Version bump and changelog for PR 79 (singer-io#80) * TDL-21689 and TDL-21756 Bump to v12 (singer-io#76) * Bump google-ads client library to the minimum package version that supports the v12 api See https://developers.google.com/google-ads/api/docs/client-libs#python for more details * Update API_VERSION * Remove fields https://developers.google.com/google-ads/api/docs/diff-tool/v12/versus-v11/diffs/common/ad_type_infos --------- Co-authored-by: Dylan Sprayberry <28106103+dsprayberry@users.noreply.github.com> * Changelog entry and version bump for PR 76 (singer-io#78) * google-ads updated api version to V13 (singer-io#82) * updated api version to V13 * updated changelog * api version changes to v15 (singer-io#86) * api version changes * removed segments.product_bidding_category_level1 * removed segments.product_bidding_category_level2,3,4 and 5 * adding again product_bidding_category_level fields * product_bidding_category_level... replaced with product_category_level.. --------- Co-authored-by: Dylan <28106103+dsprayberry@users.noreply.github.com> Co-authored-by: kspeer <kspeer@stitchdata.com> Co-authored-by: Andy Lu <andy@stitchdata.com> Co-authored-by: Vishal <vpachpinde@talend.com> Co-authored-by: rdeshmukh15 <107538720+rdeshmukh15@users.noreply.github.com>
Description of change
QA steps
Risks
The schemas of the core streams are controlled by the sdk library, however the generated catalogs do not show any changes to schema definitions
Rollback steps