Skip to content

Commit

Permalink
Source Google Analytics (Universal Analytics): enable SAT high strict…
Browse files Browse the repository at this point in the history
…ness (#21983)
  • Loading branch information
arsenlosenko authored Jan 27, 2023
1 parent 3676a97 commit 6b0a53b
Show file tree
Hide file tree
Showing 2 changed files with 1,873 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,30 +1,36 @@
# 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-google-analytics-v4:dev
tests:
spec:
- spec_path: "source_google_analytics_v4/spec.json"
connection:
- config_path: "secrets/service_config.json"
status: "succeed"
- config_path: "secrets/old_config.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
discovery:
- config_path: "secrets/service_config.json"
acceptance_tests:
basic_read:
- config_path: "secrets/service_config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams: []
tests:
- config_path: secrets/service_config.json
empty_streams:
- name: users_per_city
bypass_reason: no records in the stream
expect_records:
path: "integration_tests/expected_records.jsonl"
path: integration_tests/expected_records.jsonl
connection:
tests:
- config_path: secrets/service_config.json
status: succeed
- config_path: secrets/old_config.json
status: succeed
- config_path: integration_tests/invalid_config.json
status: failed
discovery:
tests:
- config_path: secrets/service_config.json
full_refresh:
tests:
- config_path: secrets/service_config.json
configured_catalog_path: integration_tests/configured_catalog.json
incremental:
- config_path: "secrets/service_config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
future_state_path: "integration_tests/abnormal_state.json"
tests:
- config_path: secrets/service_config.json
configured_catalog_path: integration_tests/configured_catalog.json
future_state:
future_state_path: integration_tests/abnormal_state.json
threshold_days: 2
full_refresh:
- config_path: "secrets/service_config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
spec:
tests:
- spec_path: source_google_analytics_v4/spec.json
connector_image: airbyte/source-google-analytics-v4:dev
test_strictness_level: high
Loading

0 comments on commit 6b0a53b

Please sign in to comment.