atoti_azure package¶
Module contents¶
Plugin to load CSV and parquet files from Azure Blob Storage into atoti stores.
This package is required to load files with path like https://{ACCOUNT_NAME}.blob.core.windows.net/path/to/data-*
.
Authentication is done with a connection string that will be read from the AZURE_CONNECTION_STRING
environment variable or, if it does not exist, from the file at ~/.azure/credentials
(C:\\Users\\{USERNAME}\\.aws\\credentials
on Windows).
See also
atoti.config.create_azure_config()
to configure how atoti interacts with Azure.