Using azure-sdk-for-python with azure.com

Python integration

✓ Official SDK
Install
pip install azure-sdk-for-python
Quick start
import azure-sdk-for-python

client = azure_sdk_for_python.Client("YOUR_API_KEY")
Retrieves the list of access control list (ACL) entries for the Data Lake Ana…
curl \
  /catalog/usql/acl
Retrieves the list of databases from the Data Lake Analytics catalog.
curl \
  /catalog/usql/databases
Retrieves the specified database from the Data Lake Analytics catalog.
curl \
  /catalog/usql/databases/{databaseName}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-python
Python
API
azure.com
azure.com:datalake-analytics-catalog
At a glance
Language Python
Endpoints45
✓ Official