lance-format / lance-format/lance

docs: demonstrate DefaultAzureCredential in storage_options

Open
#3,473 8 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

documentation good first issue
Dominant language
Rust
Stars
7.1k
Forks
852
Avg merge
3d 18h
Merged PRs (30d)
272

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start from the lance.dataset entry point and its storage_options handling. Trace how account_name and credential are passed for Azure storage, then verify that DefaultAzureCredential() works in the documented configuration and that the example succeeds against Azure storage.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, python
Domain
backend-api-design, cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.