-
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
Source Amazon Ads : Migrate Portfolios stream to Portfolio API V3 #53692
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…pe/amazon-ads/migrate-portfolios-v3
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.
@topefolorunso, there need to make changes in data format (avoiding breaking changes) and request schema.
…pe/amazon-ads/migrate-portfolios-v3
@DanyloGL Please review |
@artem1205 take a look at this PR plese. Does it work on top of yours once we merge yours? |
it should work. I guess we can run regression test for this stream only to be sure. will approve after 🟢 |
fields: | ||
- path: | ||
- lastUpdatedDate | ||
value: "{{ format_datetime(record['extendedData']['lastUpdateDateTime'], '%s') }}" |
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.
please check old format in expected_records.jsonl
, it is EPOCH in milliseconds
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.
Fixed @artem1205
…pe/amazon-ads/migrate-portfolios-v3
Resolves https://github.com/airbytehq/airbyte-internal-issues/issues/10361