https://github.com/oxhobbs/adl_samples_py
Azure Data Lake samples with Python
https://github.com/oxhobbs/adl_samples_py
Last synced: 3 months ago
JSON representation
Azure Data Lake samples with Python
- Host: GitHub
- URL: https://github.com/oxhobbs/adl_samples_py
- Owner: OxHobbs
- Created: 2021-03-17T16:32:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T16:39:28.000Z (about 4 years ago)
- Last Synced: 2025-01-22T09:51:22.557Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure Data Lake Python Examples
This repo contains a basic python script to upload files to a directory structure
in Azure Data Lake enabled Storage Accounts (Gen 2).# References
#### Docs
* [Use Python to manage directories and files in Azure Data Lake Storage Gen 2](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-directory-file-acl-python)
* [ADL API reference](https://docs.microsoft.com/en-us/python/api/azure-storage-file-datalake/azure.storage.filedatalake?view=azure-python)