lance-format/lance
View on GitHubdocs: demonstrate DefaultAzureCredential in storage_options
Open
#3,473 opened on Feb 25, 2025
documentationgood first issue
Repository metrics
- Stars
- (6,582 stars)
- PR merge metrics
- (Avg merge 6d 1h) (219 merged PRs in 30d)
Description
Many other libraries allow DefaultAzureCredential() in the storage_options config.
(e.g. Polars, Pandas, etc..)
It'd be good if lance.dataset supported
lance.dataset(filepath, storage_options={'account_name': ..., 'credential':DefaultAzureCredential()})