Skip to content

Commit

Permalink
Fix syntax for empty streams
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloescoder committed May 13, 2024
1 parent 46eef4e commit e2d6a4c
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ acceptance_tests:
- config_path: "secrets/config.json"
expect_records:
path: "integration_tests/expected_records.jsonl"
empty_streams: ["sales_accounts_filter", "deals_filter", "contacts_filters"]
empty_streams:
- name: "sales_accounts_filter"
bypass_reason: "users are not expected to use this stream, it is used as a parent stream of other streams in this connector"
- name: "deals_filter"
bypass_reason: "users are not expected to use this stream, it is used as a parent stream of other streams in this connector"
- name: "contacts_filters"
bypass_reason: "users are not expected to use this stream, it is used as a parent stream of other streams in this connector"
full_refresh:
tests:
- config_path: "secrets/config.json"
Expand Down

0 comments on commit e2d6a4c

Please sign in to comment.