From 941989c4d5e361014cd4a06c35f8e33c12068df2 Mon Sep 17 00:00:00 2001 From: alafanechere Date: Tue, 8 Nov 2022 23:29:52 +0100 Subject: [PATCH] Migrated config for source-harvest --- .../source-harvest/acceptance-test-config.yml | 61 +++++++++++-------- 1 file changed, 35 insertions(+), 26 deletions(-) diff --git a/airbyte-integrations/connectors/source-harvest/acceptance-test-config.yml b/airbyte-integrations/connectors/source-harvest/acceptance-test-config.yml index b7aeaf3388ee..9add97b4bb0d 100644 --- a/airbyte-integrations/connectors/source-harvest/acceptance-test-config.yml +++ b/airbyte-integrations/connectors/source-harvest/acceptance-test-config.yml @@ -1,29 +1,38 @@ -connector_image: airbyte/source-harvest:dev -tests: - spec: - - spec_path: "source_harvest/spec.json" +acceptance_tests: + basic_read: + tests: + - config_path: secrets/config.json connection: - - config_path: "secrets/config.json" - status: "succeed" - - config_path: "secrets/old_config.json" - status: "succeed" - - config_path: "secrets/config_oauth.json" - status: "succeed" - - config_path: "integration_tests/invalid_config.json" - status: "failed" + tests: + - config_path: secrets/config.json + status: succeed + - config_path: secrets/old_config.json + status: succeed + - config_path: secrets/config_oauth.json + status: succeed + - config_path: integration_tests/invalid_config.json + status: failed discovery: - - config_path: "secrets/config.json" - basic_read: - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/configured_catalog.json" - incremental: - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/configured_catalog.json" - future_state_path: "integration_tests/abnormal_state.json" - cursor_paths: - contacts: ["updated_at"] - expenses_clients: ["to"] - timeout_seconds: 2400 + tests: + - config_path: secrets/config.json full_refresh: - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/configured_catalog.json" + tests: + - config_path: secrets/config.json + configured_catalog_path: integration_tests/configured_catalog.json + incremental: + tests: + - config_path: secrets/config.json + configured_catalog_path: integration_tests/configured_catalog.json + cursor_paths: + contacts: + - updated_at + expenses_clients: + - to + future_state: + future_state_path: integration_tests/abnormal_state.json + timeout_seconds: 2400 + spec: + tests: + - spec_path: source_harvest/spec.json +connector_image: airbyte/source-harvest:dev +test_strictness_level: high