-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add remaining adapters and profile tests (#12)
* Finish profile tests, all pass * Update README to show all adapters covered
- Loading branch information
1 parent
87c2363
commit 5185db5
Showing
10 changed files
with
192 additions
and
50 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
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
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
1 change: 0 additions & 1 deletion
1
template-integration-tests/test-expectations/bigquery_profile.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,4 +1,3 @@ | ||
|
||
legoalas_corp: | ||
target: dev | ||
outputs: | ||
|
11 changes: 11 additions & 0 deletions
11
template-integration-tests/test-expectations/databricks_profile.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
faramir_landscaping: | ||
target: dev | ||
outputs: | ||
dev: | ||
type: databricks | ||
catalog: tower_of_ecthelion | ||
host: faramir-landscaping | ||
http_path: ithilien.databricks.com | ||
token: # Your Personal Access Token here | ||
schema: bridal_gifts | ||
threads: 8 |
7 changes: 3 additions & 4 deletions
7
template-integration-tests/test-expectations/duckdb_profile.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,10 +1,9 @@ | ||
|
||
lothlorien_enterprises: | ||
galadriels_mirrors_and_more: | ||
target: dev | ||
outputs: | ||
dev: | ||
type: duckdb | ||
path: ./lothlorien.db | ||
database: mallorn | ||
schema: flets | ||
database: lothlorien | ||
schema: mallorn_trees | ||
threads: 8 |
12 changes: 12 additions & 0 deletions
12
template-integration-tests/test-expectations/postgres_profile.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
shieldmaiden_security: | ||
target: dev | ||
outputs: | ||
dev: | ||
type: postgres | ||
host: localhost | ||
port: 5432 | ||
user: eowyn | ||
password: "" # Add a password here if needed | ||
database: rohan | ||
schema: nazgul_threat_assessments | ||
threads: 8 |
15 changes: 15 additions & 0 deletions
15
template-integration-tests/test-expectations/redshift_profile.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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
gimli_mining: | ||
target: dev | ||
outputs: | ||
dev: | ||
type: redshift | ||
method: iam | ||
iam_profile: default | ||
region: us-east-1 | ||
cluster_id: legolas-bff-4eva | ||
host: gimli-mining.us-east-1.redshift.amazonaws.com | ||
port: 5439 | ||
user: gimli_son_of_gloin | ||
database: ores | ||
schema: mithril | ||
threads: 8 |
7 changes: 3 additions & 4 deletions
7
template-integration-tests/test-expectations/snowflake_profile.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,13 +1,12 @@ | ||
|
||
aragorn_inc: | ||
target: dev | ||
outputs: | ||
dev: | ||
type: snowflake | ||
account: | ||
user: strider | ||
account: | ||
authenticator: externalbrowser | ||
database: gondor | ||
user: strider | ||
warehouse: narsil | ||
database: dunedain | ||
schema: rangers | ||
threads: 8 |
Oops, something went wrong.