Skip to content

Commit

Permalink
🐛 Source Twilio: test fix backward compatibility (#17493)
Browse files Browse the repository at this point in the history
* 🐛 Source Twilio: test fix backward compatibility

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
  • Loading branch information
artem1205 and octavia-squidington-iii authored Oct 3, 2022
1 parent 8a74d39 commit 64343fd
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@
- name: Twilio
sourceDefinitionId: b9dc6155-672e-42ea-b10d-9f1f1fb95ab1
dockerRepository: airbyte/source-twilio
dockerImageTag: 0.1.11
dockerImageTag: 0.1.12
documentationUrl: https://docs.airbyte.io/integrations/sources/twilio
icon: twilio.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11403,7 +11403,7 @@
oauthFlowOutputParameters:
- - "token"
- - "key"
- dockerImage: "airbyte/source-twilio:0.1.11"
- dockerImage: "airbyte/source-twilio:0.1.12"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/twilio"
connectionSpecification:
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-twilio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ COPY main.py ./
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.11
LABEL io.airbyte.version=0.1.12
LABEL io.airbyte.name=airbyte/source-twilio
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@ 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"
# discovery:
# - 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"
# 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
# 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"
connection:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
discovery:
- 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"
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
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"

0 comments on commit 64343fd

Please sign in to comment.