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()})