Skip to content

Commit

Permalink
chore: Add Snowflake tests to Azure and GCP (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Dec 12, 2023
1 parent 0bbf153 commit daf256a
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 0 deletions.
1 change: 1 addition & 0 deletions transformations/azure/compliance-free/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dbt-postgres==1.7.3
dbt-snowflake==1.7.0
18 changes: 18 additions & 0 deletions transformations/azure/compliance-free/tests/snowflake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
kind: source
spec:
name: azure
path: cloudquery/azure
registry: cloudquery
version: "v10.3.0" # latest version of source azure plugin
destinations: ["snowflake"]
tables: ["*"]
---
kind: destination
spec:
name: snowflake
path: cloudquery/snowflake
registry: github
version: "v3.3.4" # latest version of destination snowflake plugin
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
migrate_concurrency: 50
1 change: 1 addition & 0 deletions transformations/azure/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dbt-postgres==1.7.3
dbt-snowflake==1.7.0
18 changes: 18 additions & 0 deletions transformations/azure/compliance-premium/tests/snowflake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
kind: source
spec:
name: azure
path: cloudquery/azure
registry: cloudquery
version: "v10.3.0" # latest version of source azure plugin
destinations: ["snowflake"]
tables: ["*"]
---
kind: destination
spec:
name: snowflake
path: cloudquery/snowflake
registry: github
version: "v3.3.4" # latest version of destination snowflake plugin
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
migrate_concurrency: 50
17 changes: 17 additions & 0 deletions transformations/gcp/compliance-free/tests/snowflake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
kind: source
spec:
name: gcp
path: cloudquery/gcp
version: "v10.0.0" # latest version of source gcp plugin
destinations: ["snowflake"]
tables: ["*"]
---
kind: destination
spec:
name: snowflake
path: cloudquery/snowflake
registry: github
version: "v3.3.4" # latest version of destination snowflake plugin
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
migrate_concurrency: 50
17 changes: 17 additions & 0 deletions transformations/gcp/compliance-premium/tests/snowflake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
kind: source
spec:
name: gcp
path: cloudquery/gcp
version: "v10.0.0" # latest version of source gcp plugin
destinations: ["snowflake"]
tables: ["*"]
---
kind: destination
spec:
name: snowflake
path: cloudquery/snowflake
registry: github
version: "v3.3.4" # latest version of destination snowflake plugin
spec:
connection_string: ${SNOWFLAKE_CONNECTION_STRING}
migrate_concurrency: 50

0 comments on commit daf256a

Please sign in to comment.