Skip to content

Commit

Permalink
add snowflake export bucket to azure via storage integration driver test
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Sep 26, 2024
1 parent a30d4b3 commit 9ce54ed
Show file tree
Hide file tree
Showing 4 changed files with 15,168 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/drivers-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ jobs:
snowflake
snowflake-export-bucket-s3
snowflake-export-bucket-azure
snowflake-export-bucket-azure-via-storage-integration
# As per docs:
# Secrets cannot be directly referenced in if: conditionals. Instead, consider setting
# secrets as job-level environment variables, then referencing the environment variables
Expand All @@ -208,6 +209,7 @@ jobs:
- snowflake
- snowflake-export-bucket-s3
- snowflake-export-bucket-azure
- snowflake-export-bucket-azure-via-storage-integration
fail-fast: false

steps:
Expand Down
10 changes: 10 additions & 0 deletions packages/cubejs-testing-drivers/fixtures/snowflake.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
"CUBEJS_DB_EXPORT_BUCKET_AZURE_SAS_TOKEN": "${DRIVERS_TESTS_CUBEJS_DB_EXPORT_BUCKET_AZURE_SAS_TOKEN}"
}
}
},
"export-bucket-azure-via-storage-integration": {
"cube": {
"environment": {
"CUBEJS_DB_EXPORT_BUCKET_TYPE": "azure",
"CUBEJS_DB_EXPORT_BUCKET": "snowflake-drivers-tests-preaggs",
"CUBEJS_DB_EXPORT_INTEGRATION": "drivers_tests_preaggs_azure",
"CUBEJS_DB_EXPORT_BUCKET_AZURE_KEY": "${DRIVERS_TESTS_CUBEJS_DB_EXPORT_BUCKET_AZURE_KEY}",
}
}
}
},
"cube": {
Expand Down
Loading

0 comments on commit 9ce54ed

Please sign in to comment.