1
0
mirror of synced 2025-12-23 21:03:15 -05:00

🐛 Source Hubspot: update CDK; fix expected test result according to 0.2.2 update (#18424)

This commit is contained in:
Artem Inzhyyants
2022-10-25 16:46:56 +02:00
committed by GitHub
parent 80f2ad88c6
commit 86cb666b93
2 changed files with 11 additions and 3 deletions

View File

@@ -1,8 +1,12 @@
# 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-hubspot:dev
tests:
acceptance_tests:
spec:
tests:
- spec_path: "source_hubspot/spec.yaml"
connection:
tests:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "secrets/config_oauth.json"
@@ -12,12 +16,14 @@ tests:
- config_path: "integration_tests/invalid_config_oauth.json"
status: "failed"
- config_path: "integration_tests/invalid_config_wrong_title.json"
status: "exception"
status: "failed"
discovery:
tests:
- config_path: "secrets/config.json"
backward_compatibility_tests_config:
disable_for_version: "0.1.83"
basic_read:
tests:
- config_path: "secrets/config.json"
timeout_seconds: 600
configured_catalog_path: "sample_files/basic_read_catalog.json"
@@ -33,10 +39,12 @@ tests:
# expect_records:
# path: "integration_tests/expected_records.txt"
incremental:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "sample_files/incremental_catalog.json"
future_state_path: "integration_tests/abnormal_state.json"
full_refresh:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "sample_files/full_refresh_catalog.json"
ignored_fields:

View File

@@ -6,7 +6,7 @@
from setuptools import find_packages, setup
MAIN_REQUIREMENTS = [
"airbyte-cdk~=0.1",
"airbyte-cdk~=0.2",
"backoff==1.11.1",
"pendulum==2.1.2",
"requests==2.26.0",