lance-format/lance

docs: demonstrate DefaultAzureCredential in storage_options

Offen

#3.473 geöffnet am 25.02.2025

 (8 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (695 Forks)github user discovery
documentationgood first issue

Repository-Metriken

Stars
 (6.582 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 1h) (219 gemergte PRs in 30 T)

Beschreibung

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