-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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: mark custom query fields required #15858
Conversation
I am not 100% sure this is the correct solution. Will pause until getting some review from the API team first. |
/test connector=connectors/source-google-ads
Build FailedTest summary info:
|
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.
@tuliren, this introduces a backward incompatibility that will be detected by SAT: adding required fields makes the previous connector config incompatible.
In this situation, if I understood the problem well, having empty query
or table_name
is causing a problem, so I think we can bypass backward compatible tests. I'll commit changes to the acceptance-test-config.yml
to bypass backward compatibility tests.
/test connector=connectors/source-google-ads
Build FailedTest summary info:
|
@tuliren you should assign this as an OC to GL, seems like there is a non-trivial issue here maybe |
@sherifnada, yes, I realized that. Will do. |
/test connector=connectors/source-google-ads
Build FailedTest summary info:
|
/test connector=connectors/source-google-ads
Build FailedTest summary info:
|
/test connector=connectors/source-google-ads
Build FailedTest summary info:
|
/test connector=connectors/source-google-ads
Build PassedTest summary info:
|
/publish connector=connectors/source-google-ads
if you have connectors that successfully published but failed definition generation, follow step 4 here |
* master: (200 commits) 🪟 🧹 Display returned error messages on replication view (#16280) 🎉 Source mixpanel: Use "Retry-After" header for backoff (#16770) 🐛 Source google ads: mark custom query fields required (#15858) 🪟 🔧Remove useRouter hook (#16598) CDK: improve TypeTransformer to convert simple types to array of simple types (#16636) CDK: TypeTransformer - warning message more informative (#16695) Source MySQL: Add Python SAT to detect backwards breaking changes (#16445) remove eager (#16756) bump com.networknt:json-schema-validator to latest version (#16619) Remove Cloud from Kafka docs (#16753) Normalization Summaries table and read/write methods (#16655) comment out flaky test suite while it is being investigated (#16752) Update ConfigRepository to read protocol version (#16670) Use LOG4J2 to wrap connectors logs to JSON format (#15668) Update connector catalog (#16749) 🪟 🎨 Remove feedback modal from UI (#16548) Add missing env var for Kube overlays (#16747) Prepare for React v18 upgrade (#16694) 🪟 🐛 Fix direct job linking to work with pagination (#16517) Fix formatting (#16743) ...
* Mark query and table_name as required * Bump version * bypass backward compat tests * bypass backward compat tests * revert change on source-google-sheets/acceptance-test-config * oncall 467 - source google ads: fix sats * oncall airbytehq#467 source google-ads: one more SATs fix * auto-bump connector version [ci skip] Co-authored-by: alafanechere <augustin.lafanechere@gmail.com> Co-authored-by: Denys Davydov <davydov.den18@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* Mark query and table_name as required * Bump version * bypass backward compat tests * bypass backward compat tests * revert change on source-google-sheets/acceptance-test-config * oncall 467 - source google ads: fix sats * oncall airbytehq#467 source google-ads: one more SATs fix * auto-bump connector version [ci skip] Co-authored-by: alafanechere <augustin.lafanechere@gmail.com> Co-authored-by: Denys Davydov <davydov.den18@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
What