Skip to content

Commit

Permalink
Source Google Analytics: Add threshold_days option, uncomment stateme…
Browse files Browse the repository at this point in the history
…nt for incremental tests (#13871)
  • Loading branch information
arsenlosenko committed Jun 17, 2022
1 parent 3bab4c9 commit 8f709e8
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ tests:
empty_streams: []
expect_records:
path: "integration_tests/expected_records.txt"
# Since the connector makes 2 days look back window, it can not pass SAT where all records produce cursor value greater ao equal to a state value
# see https://github.com/airbytehq/airbyte/issues/12013 for details
# incremental:
# - config_path: "secrets/service_config.json"
# configured_catalog_path: "integration_tests/configured_catalog.json"
# future_state_path: "integration_tests/abnormal_state.json"
incremental:
- config_path: "secrets/service_config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
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"

0 comments on commit 8f709e8

Please sign in to comment.