Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easonlai/sas_access_to_adls_databricks
Using SAS to authenticate and access to ADLS Gen 2 from Azure Databricks
https://github.com/easonlai/sas_access_to_adls_databricks
adlsgen2 azure azuredatabricks blob-storage blob-storage-account blobstorage data-analysis-python data-analytics databricks shared-access-signature spark
Last synced: about 1 month ago
JSON representation
Using SAS to authenticate and access to ADLS Gen 2 from Azure Databricks
- Host: GitHub
- URL: https://github.com/easonlai/sas_access_to_adls_databricks
- Owner: easonlai
- Created: 2021-06-09T08:38:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-09T08:49:00.000Z (over 3 years ago)
- Last Synced: 2024-11-10T23:38:59.762Z (3 months ago)
- Topics: adlsgen2, azure, azuredatabricks, blob-storage, blob-storage-account, blobstorage, data-analysis-python, data-analytics, databricks, shared-access-signature, spark
- Language: Jupyter Notebook
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using SAS to authenticate and access to ADLS Gen 2 from Azure Databricks
This is code sample of how to use [Shared Access Signatures (SAS)](https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview) to authenticate and access to [ADLS Gen 2](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction) from [Azure Databricks](https://docs.microsoft.com/en-us/azure/databricks/scenarios/what-is-azure-databricks). You can generate SAS from Container, Folder, Sub-Folder, File level for specific access permission (e.g. read, list, write, etc...). Then using Databricks to access ADLS particular Container, Folder, Sub-Folder or individual file with specific SAS key.
Enjoy.