Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Twilio: fixed expected records #19828

Merged
merged 2 commits into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,35 +1,45 @@
connector_image: airbyte/source-twilio:dev
tests:
acceptance_tests:
spec:
- spec_path: "source_twilio/spec.json"
backward_compatibility_tests_config:
disable_for_version: "0.1.10"
tests:
- spec_path: "source_twilio/spec.json"
backward_compatibility_tests_config:
disable_for_version: "0.1.10"
connection:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
tests:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
discovery:
- config_path: "secrets/config.json"
tests:
- config_path: "secrets/config.json"
basic_read:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/no_empty_streams_catalog.json"
expect_records:
path: "integration_tests/expected_records.txt"
empty_streams: ["alerts"]
timeout_seconds: 600
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/no_empty_streams_catalog.json"
expect_records:
path: "integration_tests/expected_records.txt"
empty_streams:
- name: alerts
bypass_reason: "no data"
timeout_seconds: 600
incremental:
- config_path: "secrets/config.json"
# usage records stream produces and error if cursor date gte than current date
configured_catalog_path: "integration_tests/no_empty_streams_no_usage_records_catalog.json"
future_state_path: "integration_tests/abnormal_state.json"
- config_path: "secrets/config_with_lookback.json"
# usage records stream produces and error if cursor date gte than current date
configured_catalog_path: "integration_tests/no_empty_streams_no_usage_records_catalog.json"
future_state_path: "integration_tests/abnormal_state.json"
threshold_days: 30
tests:
- config_path: "secrets/config.json"
# usage records stream produces and error if cursor date gte than current date
configured_catalog_path: "integration_tests/no_empty_streams_no_usage_records_catalog.json"
future_state:
future_state_path: "integration_tests/abnormal_state.json"
- config_path: "secrets/config_with_lookback.json"
# usage records stream produces and error if cursor date gte than current date
configured_catalog_path: "integration_tests/no_empty_streams_no_usage_records_catalog.json"
future_state:
future_state_path: "integration_tests/abnormal_state.json"
threshold_days: 30
full_refresh:
- config_path: "secrets/config.json"
# `constant_records_catalog.json` does not contain the available phone numbers streams,
# as they may change on each request
configured_catalog_path: "integration_tests/constant_records_catalog.json"
tests:
- config_path: "secrets/config.json"
# `constant_records_catalog.json` does not contain the available phone numbers streams,
# as they may change on each request
configured_catalog_path: "integration_tests/constant_records_catalog.json"
Loading