Skip to content

Commit

Permalink
馃悰Source Amazon Seller Partner: add integration tests (airbytehq#33996)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Karpets authored and jatinyadav-cc committed Feb 26, 2024
1 parent 2cf73db commit 43cf4ab
Show file tree
Hide file tree
Showing 50 changed files with 1,849 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,76 +61,75 @@ acceptance_tests:
extra_fields: no
exact_order: no
extra_records: yes
# TODO: Add records for empty streams - https://github.com/airbytehq/airbyte/issues/21555
empty_streams:
- name: GET_FLAT_FILE_ACTIONABLE_ORDER_DATA_SHIPPING
bypass_reason: "no access and no data"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_ORDER_REPORT_DATA_SHIPPING
bypass_reason: "no access and no data"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_AMAZON_FULFILLED_SHIPMENTS_DATA_GENERAL
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FBA_FULFILLMENT_REMOVAL_ORDER_DETAIL_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FBA_FULFILLMENT_REMOVAL_SHIPMENT_DETAIL_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_SELLER_FEEDBACK_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FBA_FULFILLMENT_CUSTOMER_SHIPMENT_REPLACEMENT_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_LEDGER_DETAIL_VIEW_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_AFN_INVENTORY_DATA_BY_COUNTRY
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FLAT_FILE_RETURNS_DATA_BY_RETURN_DATE
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_VENDOR_SALES_REPORT
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_BRAND_ANALYTICS_MARKET_BASKET_REPORT
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FBA_FULFILLMENT_CUSTOMER_RETURNS_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FBA_SNS_FORECAST_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_AFN_INVENTORY_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_MERCHANT_CANCELLED_LISTINGS_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FBA_FULFILLMENT_CUSTOMER_SHIPMENT_PROMOTION_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_LEDGER_SUMMARY_VIEW_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_BRAND_ANALYTICS_SEARCH_TERMS_REPORT
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_BRAND_ANALYTICS_REPEAT_PURCHASE_REPORT
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: VendorDirectFulfillmentShipping
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FLAT_FILE_ARCHIVED_ORDERS_DATA_BY_ORDER_DATE
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_VENDOR_INVENTORY_REPORT
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FBA_SNS_PERFORMANCE_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FBA_ESTIMATED_FBA_FEES_TXT_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FBA_INVENTORY_PLANNING_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FBA_STORAGE_FEE_CHARGES_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_SALES_AND_TRAFFIC_REPORT
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FBA_MYI_UNSUPPRESSED_INVENTORY_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_STRANDED_INVENTORY_UI_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_FBA_REIMBURSEMENTS_DATA
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_VENDOR_NET_PURE_PRODUCT_MARGIN_REPORT
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_VENDOR_REAL_TIME_INVENTORY_REPORT
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
- name: GET_VENDOR_TRAFFIC_REPORT
bypass_reason: "no records"
bypass_reason: "Data cannot be seeded in the test account, integration tests added for the stream instead"
incremental:
tests:
- config_path: "secrets/config.json"
Expand Down
Loading

0 comments on commit 43cf4ab

Please sign in to comment.