-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 Source GoogleSheets - migrated SAT to strictness level (#21399)
* migrated SAT to strictness level * fixed expected records * revert file from another source * changed extension to txt * changed extension to txt
- Loading branch information
Showing
2 changed files
with
4,060 additions
and
22 deletions.
There are no files selected for viewing
49 changes: 27 additions & 22 deletions
49
airbyte-integrations/connectors/source-google-sheets/acceptance-test-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.