Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial Azure Blob Storage import support #10

Merged
merged 5 commits into from
Dec 6, 2018
Merged

Add initial Azure Blob Storage import support #10

merged 5 commits into from
Dec 6, 2018

Conversation

morazow
Copy link
Contributor

@morazow morazow commented Dec 6, 2018

Now it is possible to import from Azure blob store using wasb or wasbs protocols.

It is possible to import (parquet) data from Azure Blob Store using `wasb` or `wasbs` protocol.
The Azure storage account name and account access key should be provided.
Currently it is `=`. This is problem for instance if the secret / access keys contains `==` (think
Base64). Change it into `:=:`.
@codecov
Copy link

codecov bot commented Dec 6, 2018

Codecov Report

Merging #10 into master will decrease coverage by 8.15%.
The diff coverage is 22.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   79.68%   71.52%   -8.16%     
==========================================
  Files           7        7              
  Lines         128      144      +16     
  Branches        7        7              
==========================================
+ Hits          102      103       +1     
- Misses         26       41      +15
Impacted Files Coverage Δ
...main/scala/com/exasol/cloudetl/bucket/Bucket.scala 45.16% <22.72%> (-13.54%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 91e0e6c...96bc6cc. Read the comment docs.

Make codecov happy.
@morazow morazow merged commit 6659d25 into exasol:master Dec 6, 2018
@morazow morazow deleted the azure-storage branch January 22, 2019 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant