-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 Amazon Ads: Update the manifest to use the latest AsyncRetriever changes #55806
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/manifest.yaml
Outdated
Show resolved
Hide resolved
…ub.com/airbytehq/airbyte into tope/amazon-ads/update-async-retriever
…pe/amazon-ads/update-async-retriever
@bazarnov See error below in unit test [omitting 10683115524 bytes]...al\n raise ValueError(\nValueError: Jinja macro has undeclared variables: {'creation_response'}.
Context: {'config': {'client_id': '****', 'client_secret': '****', 'access_token': '****', 'refresh_token': '****', 'region': 'NA',
'report_wait_timeout': 120, 'profiles': [1]}, 'parameters': {}, 'stream_slice': {}, 'next_page_token': None, 'stream_interval': {},
'stream_partition': {}}\n"}} |
I think I got the problem, we need an additional interpolation context, here, basically, and eventually pass it from here. Which requires more CDK work to be able to interpolate in the |
Resolves https://github.com/airbytehq/airbyte-internal-issues/issues/11790