Skip to content

Commit

Permalink
add databricks export bucket to azure driver test
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Sep 26, 2024
1 parent ff50876 commit a30d4b3
Show file tree
Hide file tree
Showing 5 changed files with 12,892 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 @@ -181,6 +181,7 @@ jobs:
clickhouse-export-bucket-s3
databricks-jdbc
databricks-jdbc-export-bucket-s3
databricks-jdbc-export-bucket-azure
snowflake
snowflake-export-bucket-s3
snowflake-export-bucket-azure
Expand All @@ -200,6 +201,7 @@ jobs:
- clickhouse-export-bucket-s3
- databricks-jdbc
- databricks-jdbc-export-bucket-s3
- databricks-jdbc-export-bucket-azure
- mssql
- mysql
- postgres
Expand Down
9 changes: 9 additions & 0 deletions packages/cubejs-testing-drivers/fixtures/databricks-jdbc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
"CUBEJS_DB_EXPORT_BUCKET_AWS_REGION": "us-east-1"
}
}
},
"export-bucket-azure": {
"cube": {
"environment": {
"CUBEJS_DB_EXPORT_BUCKET_TYPE": "azure",
"CUBEJS_DB_EXPORT_BUCKET": "databricks-drivers-tests-preaggs",
"CUBEJS_DB_EXPORT_BUCKET_AZURE_KEY": "${DRIVERS_TESTS_CUBEJS_DB_EXPORT_BUCKET_AZURE_KEY}"
}
}
}
},
"cube": {
Expand Down
1 change: 1 addition & 0 deletions packages/cubejs-testing-drivers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"databricks-jdbc-core": "yarn test-driver -i dist/test/databricks-jdbc-core.test.js",
"databricks-jdbc-full": "yarn test-driver -i dist/test/databricks-jdbc-full.test.js",
"databricks-jdbc-export-bucket-s3-full": "yarn test-driver -i dist/test/databricks-jdbc-export-bucket-s3-full.test.js",
"databricks-jdbc-export-bucket-azure-full": "yarn test-driver -i dist/test/databricks-jdbc-export-bucket-azure-full.test.js",
"mssql-driver": "yarn test-driver -i dist/test/mssql-driver.test.js",
"mssql-core": "yarn test-driver -i dist/test/mssql-core.test.js",
"mssql-full": "yarn test-driver -i dist/test/mssql-full.test.js",
Expand Down
Loading

0 comments on commit a30d4b3

Please sign in to comment.