lance-format/lance

docs: demonstrate DefaultAzureCredential in storage_options

Open

#3,473 opened on Feb 25, 2025

View on GitHub
 (8 comments) (1 reaction) (0 assignees)Rust (695 forks)github user discovery
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()})

Contributor guide