forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e996f4
commit 8c78049
Showing
2 changed files
with
33 additions
and
29 deletions.
There are no files selected for viewing
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
32 changes: 17 additions & 15 deletions
32
airbyte-integrations/connectors/source-scaffold-java-jdbc/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,21 +1,23 @@ | ||
# 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-scaffold-java-jdbc:dev | ||
connector_image: airbyte/source-{{dashCase name}}:dev | ||
tests: | ||
spec: | ||
- spec_path: "src/test-integration/resources/expected_spec.json" | ||
config_path: "src/test-integration/resources/dummy_config.json" | ||
connection: | ||
- config_path: "secrets/sat-config.json" | ||
status: "succeed" | ||
discovery: | ||
- config_path: "secrets/sat-config.json" | ||
basic_read: | ||
- config_path: "secrets/sat-config.json" | ||
expect_records: | ||
path: "integration_tests/expected_records.json" | ||
full_refresh: | ||
- config_path: "secrets/sat-config.json" | ||
incremental: | ||
- config_path: "secrets/sat-config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog_inc.json" | ||
## In order to enable other SAT, please populate listed files below. | ||
## For more details see [Source Acceptance Tests](https://docs.airbyte.com/connector-development/testing-connectors/source-acceptance-tests-reference) | ||
# connection: | ||
# - config_path: "secrets/sat-config.json" | ||
# status: "succeed" | ||
# discovery: | ||
# - config_path: "secrets/sat-config.json" | ||
# basic_read: | ||
# - config_path: "secrets/sat-config.json" | ||
# expect_records: | ||
# path: "integration_tests/expected_records.json" | ||
# full_refresh: | ||
# - config_path: "secrets/sat-config.json" | ||
# incremental: | ||
# - config_path: "secrets/sat-config.json" | ||
# configured_catalog_path: "integration_tests/configured_catalog_inc.json" |