fsspec / fsspec/adlfs

Support DataLakeServiceClient for Azure Gen 2 Storage

Open
#401 6 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

adls2
Dominant language
Python
Stars
211
Forks
120
PR merge metrics
No merged PRs in 30d

Description

Currently, adlfs is using BlobServiceClient for both ADLS Gen 2 and Blob storage. Blob client is using blob apis underneath but if we want to use data lake apis currently there isn't an option. Can we support the client instance as input so that user can pass either BlobServiceClient or DataLakeServiceClient based on the usage?

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 by tracing how adlfs currently creates or accepts BlobServiceClient instances, then compare the required Azure SDK client paths for BlobServiceClient and DataLakeServiceClient. Done means callers can provide either client type and the existing Blob and ADLS Gen 2 usage paths continue to work.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.