1
0
mirror of synced 2026-01-03 15:04:01 -05:00
Files
airbyte/airbyte-integrations/connectors/source-paystack/acceptance-test-config.yml
Serhii Lazebnyi df1ec65154 Connector Health: Fixed SAT for marketo, close, chargebee, facebook marketing, paystack, hubspot, pipedrive and marketo (#24802)
* Fix marketo, close, chargebee, facebook, paystack

* Fix unittests

* Pass failed on extra columns

* Fix hubspot, marketo and pipedrive

* Fix marketo connector programs stream

* Fix CAT hubspot

* Fix programs for marketo

* Fix Chartmogul, Marketo, Paypal-transaction, sentry and trello

* Fix jira expected records

* Fix pipedrive

* Fix expected records hubspot

* Delete print from paypal

* Increase timeout for facebook marketing
2023-04-05 20:32:16 +02:00

47 lines
1.7 KiB
YAML

connector_image: airbyte/source-paystack:dev
acceptance_tests:
spec:
tests:
- spec_path: "source_paystack/spec.json"
connection:
tests:
- 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:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams:
- name: disputes
bypass_reason: "unable to seed, this stream requires third party system"
- name: settlements
bypass_reason: "unable to seed, this stream requires third party system"
ignored_fields:
subscriptions:
- name: next_payment_date
bypass_reason: "Payment data is updated every month"
- name: open_invoice
bypass_reason: "Payment data is updated every month"
- name: payments_count
bypass_reason: "Payment data is updated every month"
- name: most_recent_invoice
bypass_reason: "Payment data is updated every month"
expect_records:
path: "integration_tests/expected_records.jsonl"
fail_on_extra_columns: false
incremental:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
future_state:
future_state_path: "integration_tests/abnormal_state.json"
full_refresh:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"