Skip to content

Commit

Permalink
updated expected records for stream themes and forms (#22486)
Browse files Browse the repository at this point in the history
  • Loading branch information
darynaishchenko authored Feb 8, 2023
1 parent bc155da commit 3bb9161
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 59 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,33 @@
connector_image: airbyte/source-typeform:dev
tests:
acceptance_tests:
spec:
- spec_path: "source_typeform/spec.json"
tests:
- spec_path: "source_typeform/spec.json"
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/configured_catalog.json"
empty_streams: ["webhooks"]
expect_records:
path: "integration_tests/expected_records.jsonl"
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams:
- name: webhooks
bypass_reason: "no data"
expect_records:
path: "integration_tests/expected_records.jsonl"
incremental:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog_incremental.json"
future_state_path: "integration_tests/abnormal_state.json"
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog_incremental.json"
future_state:
future_state_path: "integration_tests/abnormal_state.json"
full_refresh:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
Loading

0 comments on commit 3bb9161

Please sign in to comment.