-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 Connector says it supports multiple customer ids but only accepts one. #2903
Comments
@sherifnada fyi |
Isn't it better to handle such case as array of strings as we already have component for this? |
yes. i agree artem. that sounds like the better approach. |
agreed that this should be a string list. I'm not sure there is a way of changing this type without breaking backwards compatibility. should be a simple fix to change the spec pattern from |
I think we should break backward compatibility here. We will need a strategy to handle that in the future. |
@sherifnada so what will be the fix? are we going for a list or string? |
As I understood, UI supports list so we will use it and not a string |
During integration testing I got one test failed. Test is failing due to the fact that the stream is actually empty when trying to do testIncrementalSyncWithState. The name of the stream: KEYWORDS_PERFORMANCE_REPORT The problem is also described in this issue: #2929 |
Expected Behavior
Current Behavior
Steps to Reproduce
Airbyte Version
0.19.0-alpha
Connector Version (if applicable)
Adwords: 0.2.1
The text was updated successfully, but these errors were encountered: