Yiyang Li
Yiyang Li
regarding the test being stuck at 70%, can you remove the `expect_records` section and try again? ``` expect_records: path: "integration_tests/expected_records.txt" extra_fields: no exact_order: no extra_records: no ```
@sajarin can you help cherry-pick this commit to the topic branch? https://github.com/YiyangLi/airbyte/commit/9341fc62a69b90ac114568b5d66a2faefba9d9bd It's irrelevant to this topic branch. The acceptance test fails at `TestDiscovery.test_backward_compatibility` even in the `master` branch because...
/test connector=connectors/source-amazon-ads
@ganpatagarwal The CI throws an error of `This profileID is not authorized to use Amazon Attribution`. I guess that's why the acceptance tests are stuck. Can you provide the instruction...
> @YiyangLi > > The amazon ads account I am using for testing is not given me any issues to fetch attribution report. We had been using the attribution feature...
it looks like `portfolioId` comes from sponsored_products stream, and it's expected to be a nullable string, but the data is an integer.
@sajarin can you help me cherry-pick the commit https://github.com/YiyangLi/airbyte/commit/8a9ac8f07ecfbe1c99880d55130c03f18a68acf1 and run again the acceptance test for me?
/test connector=connectors/source-amazon-ads
@sajarin ``` Failed: Timeout >2400.0s ``` According to the log, it looks like the Integration test timeouts at incremental test, can you help to run the test again? Thanks.
https://github.com/airbytehq/airbyte/pull/17202 there is a patch merged to master today, @ganpatagarwal can you rebase and try again? sorry for the inconvenience. `This branch has conflicts that must be resolved` The conflict...