lance-format/lance
在 GitHub 查看docs: demonstrate DefaultAzureCredential in storage_options
Open
#3,473 创建于 2025年2月25日
documentationgood first issue
仓库指标
- Star
- (6,582 star)
- PR 合并指标
- (平均合并 6天 1小时) (30 天内合并 219 个 PR)
描述
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()})