You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(snowflake-driver): support azure exports buckets (#8730)
* add azure export bucket options to Snowflake driver
* add env var for Azure SAS Token
* add STORAGE_INTEGRATION variant to export bucket flows
* Simplify isUnloadSupported()
* add extractFilesFromGCS() to BaseDriver Class
* implement extractFilesFromAzure() in SnowFlake Driver
* some refactoring in extractFilesFromAzure()
* debug and fix extractFilesFromAzure()
* remove error if no csv files were exported (that's ok)
* move extractFilesFromAzure to BaseDriver from Snowflake
* switch Athena Driver to use extractUnloadedFilesFromS3() from BaseDvier impl
* switch RedShift Driver to use extractUnloadedFilesFromS3() from BaseDvier impl
* switch Databricks Driver to use extractUnloadedFilesFromS3() and extractFilesFromAzure() from BaseDvier impl
* Remove unused/cleanup from databricks driver
* update extractFilesFromGCS() in BaseDriver to receive credentials instead of Storage instance
* remove dep on @google-cloud/storage in Databricks for export bucket flow
* fix Databricks driver export bucket flows after refactoring
* set up CI to test clickhouse with s3 export bucket
* Rename databricks export bucket test to reflect the s3 type
* fix clickhouse-export-bucket-s3-full script in package.json
* set up CI to test Snowflake with s3 export bucket
* rename databricks tests snapshot after renaming test job
* improve extractUnloadedFilesFromS3 flow to support different bucket naming schemes
* add snowflake test snapshots for export bucket test
* add clickhouse test snapshots for export bucket test
* update databricks with bucket tests snapshots
* rename athena test to reflect that it uses export bucket
* reformat CLOUD_DATABASES in drivers tests CI job + add clickhouse-export-bucket-s3
* add snowflake export bucket to azure driver test
* add databricks export bucket to azure driver test
* add snowflake export bucket to azure via storage integration driver test
* add snowflake export bucket to gcs via storage integration driver test
* improve/refactor exported files filtering in extractFilesFromAzure()
* set env secrets for drivers tests
* Fix createExportBucket in Snowflake (making sasToken optional)
* Fix CUBEJS_DB_EXPORT_BUCKET env var for tests
* Remove includeIncrementalSchemaSuite from every test suite besides one + add comment
* Fix CUBEJS_DB_EXPORT_BUCKET env var for tests in databricks
* fix databricks export to azure flow + align test config
* Fix blob object filtering during unloading in azure
* sync @google-cloud/storage package used across packages
* yarn lock sync
* remove not needed includeIncrementalSchemaSuite in some tests
* rename bigquery → bigquery-export-bucket-gcs to align with the rest tests
* Add comments for exporting urls from S3 in BigQueryDriver
0 commit comments