-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source Amazon Ads: enable SAT high strictness (#21646)
* Source Amazon Ads: enable SAT high strictness * Update SAT config, remove config_report.json for now
- Loading branch information
1 parent
1c4b6a1
commit d7cbc79
Showing
2 changed files
with
65 additions
and
45 deletions.
There are no files selected for viewing
103 changes: 58 additions & 45 deletions
103
airbyte-integrations/connectors/source-amazon-ads/acceptance-test-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,68 @@ | ||
# See [Source Acceptance Tests](https://docs.airbyte.com/connector-development/testing-connectors/source-acceptance-tests-reference) | ||
# for more information about how to configure these tests | ||
connector_image: airbyte/source-amazon-ads:dev | ||
acceptance_tests: | ||
spec: | ||
basic_read: | ||
tests: | ||
- spec_path: "integration_tests/spec.json" | ||
- config_path: secrets/config.json | ||
empty_streams: | ||
- name: sponsored_brands_ad_groups | ||
bypass_reason: "can't populate stream because it requires real ad campaign" | ||
- name: sponsored_brands_campaigns | ||
bypass_reason: "can't populate stream because it requires real ad campaign" | ||
- name: sponsored_brands_keywords | ||
bypass_reason: "can't populate stream because it requires real ad campaign" | ||
- name: attribution_report_performance_creative | ||
bypass_reason: "can't populate stream because it requires real ad campaign" | ||
- name: attribution_report_performance_adgroup | ||
bypass_reason: "can't populate stream because it requires real ad campaign" | ||
- name: attribution_report_products | ||
bypass_reason: "can't populate stream because it requires real ad campaign" | ||
- name: attribution_report_performance_campaign | ||
bypass_reason: "can't populate stream because it requires real ad campaign" | ||
- name: sponsored_display_report_stream | ||
bypass_reason: "can't populate stream because it requires real ad campaign" | ||
- name: sponsored_brands_report_stream | ||
bypass_reason: "can't populate stream because it requires real ad campaign" | ||
- name: sponsored_brands_video_report_stream | ||
bypass_reason: "can't populate stream because it requires real ad campaign" | ||
- name: sponsored_products_report_stream | ||
bypass_reason: "can't populate stream because it requires real ad campaign" | ||
timeout_seconds: 2400 | ||
expect_records: | ||
path: integration_tests/expected_records.jsonl | ||
exact_order: no | ||
extra_fields: no | ||
extra_records: no | ||
connection: | ||
tests: | ||
- config_path: "secrets/config.json" | ||
status: "succeed" | ||
- config_path: "integration_tests/invalid_config.json" | ||
status: "failed" | ||
- config_path: secrets/config.json | ||
status: succeed | ||
- config_path: integration_tests/invalid_config.json | ||
status: failed | ||
discovery: | ||
tests: | ||
- config_path: "secrets/config.json" | ||
basic_read: | ||
- config_path: secrets/config.json | ||
full_refresh: | ||
tests: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
expect_records: | ||
path: "integration_tests/expected_records.jsonl" | ||
extra_fields: no | ||
exact_order: no | ||
extra_records: no | ||
empty_streams: | ||
- name: "profiles" | ||
- name: "sponsored_brands_ad_groups" | ||
- name: "sponsored_brands_campaigns" | ||
- name: "sponsored_brands_keywords" | ||
- name: "attribution_report_performance_creative" | ||
- name: "attribution_report_performance_adgroup" | ||
- name: "attribution_report_products" | ||
- name: "attribution_report_performance_campaign" | ||
- config_path: "secrets/config_report.json" | ||
configured_catalog_path: "integration_tests/configured_catalog_report.json" | ||
timeout_seconds: 2400 | ||
- config_path: secrets/config.json | ||
configured_catalog_path: integration_tests/configured_catalog.json | ||
- config_path: secrets/config_report.json | ||
configured_catalog_path: integration_tests/configured_catalog_report.json | ||
ignored_fields: | ||
sponsored_products_report_stream: | ||
- updatedAt | ||
timeout_seconds: 3600 | ||
incremental: | ||
tests: | ||
- config_path: "secrets/config_report.json" | ||
configured_catalog_path: "integration_tests/configured_catalog_report.json" | ||
future_state: | ||
future_state_path: "integration_tests/abnormal_state.json" | ||
cursor_paths: | ||
sponsored_products_report_stream: ["1861552880916640", "reportDate"] | ||
timeout_seconds: 2400 | ||
full_refresh: | ||
- config_path: secrets/config_report.json | ||
configured_catalog_path: integration_tests/configured_catalog_report.json | ||
cursor_paths: | ||
sponsored_products_report_stream: | ||
- '1861552880916640' | ||
- reportDate | ||
future_state: | ||
future_state_path: integration_tests/abnormal_state.json | ||
timeout_seconds: 2400 | ||
spec: | ||
tests: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
- config_path: "secrets/config_report.json" | ||
configured_catalog_path: "integration_tests/configured_catalog_report.json" | ||
ignored_fields: | ||
"sponsored_products_report_stream": ["updatedAt"] | ||
timeout_seconds: 3600 | ||
- spec_path: integration_tests/spec.json | ||
connector_image: airbyte/source-amazon-ads:dev | ||
test_strictness_level: high |
7 changes: 7 additions & 0 deletions
7
airbyte-integrations/connectors/source-amazon-ads/integration_tests/expected_records.jsonl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters