Skip to content

Commit

Permalink
#12668 #13198 enable full refresh, disable incremental and expected_r…
Browse files Browse the repository at this point in the history
…ecords (#14191)
  • Loading branch information
davydov-d authored Jun 30, 2022
1 parent 5b1af41 commit c797f73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 124 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ tests:
timeout_seconds: 600
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog_protobuf_msg.json"
# expect_records:
# path: "integration_tests/expected_records_msg.txt"
# These tests are disabled because of the issues https://github.com/airbytehq/airbyte/issues/12665
# and https://github.com/airbytehq/airbyte/issues/12467. Instead, custom integration tests are implemented.
# As soon as the above issues are resolved, standard SATs can be enabled and custom tests removed.
# incremental:
# - config_path: "secrets/config.json"
# configured_catalog_path: "integration_tests/configured_catalog.json"
# future_state_path: "integration_tests/abnormal_state.json"
# cursor_paths:
# ad_group_ad_report: ["segments.date"]
# This one is disabled due to the issue https://github.com/airbytehq/airbyte/issues/13148
# full_refresh:
# - config_path: "secrets/config.json"
# configured_catalog_path: "integration_tests/configured_catalog.json"
full_refresh:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"

This file was deleted.

Loading

0 comments on commit c797f73

Please sign in to comment.