Skip to content

Commit

Permalink
test: Add Snowflake tests to Azure and GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Dec 12, 2023
1 parent ac97568 commit 64a2135
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 0 deletions.
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
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 64a2135

Please sign in to comment.