Add description for Azure url format#1337
Conversation
4e67180 to
004617e
Compare
004617e to
dae4297
Compare
|
Thank you for the docs @steffansluis ! 🙏 Could you also add azure to https://dvc.org/doc/user-guide/external-dependencies , please? |
|
Thanks @steffansluis 🙏 |
acbc7ed to
a1af810
Compare
| az storage copy \ | ||
| -d data.json \ | ||
| --source-account-name my-account \ | ||
| --source-container my-container-name \ | ||
| --source-blob data.txt |
There was a problem hiding this comment.
The indentation here seems excessive? Code block lines shouldn't go over 72 characters long, please. How about just align the flags under copy? Or go further back if still they go over 72 🙂
There was a problem hiding this comment.
The indentation is based on the indentation used in the HDFS example. I completely agree that it is excessive, but I figured there was probably a reason for it. I'll move it back a bit so they line up better with copy, I did check though and the longest line was 67 chars so it should be fine regardless
There was a problem hiding this comment.
Thanks for bringing this to out attention @steffansluis I'll review this in a separate PR 🙂
jorgeorpinel
left a comment
There was a problem hiding this comment.
Just a couple minor comments so far. Thanks for the contribution!
Apply unrelated suggested change: Rename `Google Storage` to `Google Cloud Storage` Co-authored-by: Jorge Orpinel <jorgeorpinel@users.noreply.github.com>
d95546c to
2ea62ad
Compare
|
Thanks @steffansluis 🙏 |
dvc import-urlwith Microsoft Azure Blob Storage.