Skip to content

Commit

Permalink
Add Azure storage backend; feature gate both azure and s3 backends
Browse files Browse the repository at this point in the history
Note that the Azure storage backend currently requires the
AZURE_STORAGE_ACCOUNT and either AZURE_STORAGE_SAS or
AZURE_STORAGE_KEY environment variables to be set.
  • Loading branch information
sd2k authored and houqp committed Nov 30, 2020
1 parent dd680f3 commit b2b96d1
Show file tree
Hide file tree
Showing 9 changed files with 1,006 additions and 46 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -39,8 +39,8 @@ jobs:
toolchain: nightly
override: true
- name: Check
run: cargo clippy --features datafusion-ext
run: cargo clippy --features azure,datafusion-ext,s3
- name: Build
run: cargo build --features datafusion-ext
run: cargo build --features azure,datafusion-ext,s3
- name: Run tests
run: cargo test --verbose --features datafusion-ext
run: cargo test --verbose --features azure,datafusion-ext,s3

0 comments on commit b2b96d1

Please sign in to comment.