lance-format/lance
GitHub で見るdocs: demonstrate DefaultAzureCredential in storage_options
Open
#3,473 opened on 2025年2月25日
documentationgood first issue
Repository metrics
- Stars
- (6,582 stars)
- PR merge metrics
- (平均マージ 6d 1h) (30d で 219 merged PRs)
説明
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()})