Skip to content

Commit

Permalink
🎉 Source GoogleSheets - migrated SAT to strictness level (#21399)
Browse files Browse the repository at this point in the history
* migrated SAT to strictness level

* fixed expected records

* revert file from another source

* changed extension to txt

* changed extension to txt
  • Loading branch information
midavadim authored Jan 18, 2023
1 parent c6aea57 commit f49266f
Show file tree
Hide file tree
Showing 2 changed files with 4,060 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
# See [Source Acceptance Tests](https://docs.airbyte.com/connector-development/testing-connectors/source-acceptance-tests-reference)
# for more information about how to configure these tests
connector_image: airbyte/source-google-sheets:dev
tests:
spec:
- spec_path: "google_sheets_source/spec.yaml"
test_strictness_level: high
acceptance_tests:
basic_read:
tests:
- config_path: secrets/service_config.json
expect_records:
path: integration_tests/expected_records.txt
connection:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "secrets/config_with_url.json"
status: "succeed"
- config_path: "secrets/service_config.json"
status: "succeed"
# was commented because when old config format used google_sheets_source.get_authenticated_google_credentials raises error
# - config_path: "secrets/old_config.json"
# status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "exception"
tests:
- config_path: secrets/config.json
status: succeed
- config_path: secrets/config_with_url.json
status: succeed
- config_path: secrets/service_config.json
status: succeed
- config_path: integration_tests/invalid_config.json
status: exception
discovery:
- config_path: "secrets/service_config.json"
basic_read:
- config_path: "secrets/service_config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
tests:
- config_path: secrets/service_config.json
full_refresh:
- config_path: "secrets/service_config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
tests:
- config_path: secrets/service_config.json
configured_catalog_path: integration_tests/configured_catalog.json
incremental:
bypass_reason: "Incremental sync are not supported on this connector"
spec:
tests:
- spec_path: google_sheets_source/spec.yaml

Loading

0 comments on commit f49266f

Please sign in to comment.