You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to ensure a read operation is tested on all the streams exposed by a GA connector.
If this is not possible the connector maintainer must document why.
Describe the solution you’d like
In basic_read test SAT should fail if an empty_stream without a bypass_reasonis filled when strict_mode == strict.
basic_read:
- config_path: "secrets/config.json"configured_catalog_path: "integration_tests/configured_catalog.json"empty_streams:
- name: ordersbypass_reason: "We don't have data for the orders stream on our sandbox account"
If a bypass_reason is filled SAT should log a warning.
The text was updated successfully, but these errors were encountered:
Tell us about the problem you're trying to solve
We want to ensure a read operation is tested on all the streams exposed by a GA connector.
If this is not possible the connector maintainer must document why.
Describe the solution you’d like
In
basic_read
test SAT should fail if anempty_stream
without abypass_reason
is filled whenstrict_mode == strict
.If a
bypass_reason
is filled SAT should log a warning.The text was updated successfully, but these errors were encountered: