Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support to ABFS Azure Data Lake Storage Gen2 (ADLS2) Protocol on Microsoft.Azure.Hooks #28223

Closed
2 tasks done
luanmorenomaciel opened this issue Dec 8, 2022 · 5 comments
Closed
2 tasks done
Assignees
Labels
kind:feature Feature Requests provider:microsoft-azure Azure-related issues

Comments

@luanmorenomaciel
Copy link

Description

Microsoft Azure has created a new Hadoop Filesystem compatible driver (ABFS) that employs a URI format to address files and directories more efficiently and performant for Big Data & Analytics use-cases.

As of now, Microsoft Azure offers three different ways to connect to its object storage system Azure Blob Storage, which are:

  • WASB = allows you to use either a storage account access key or a shared access signature (SAS) (marked as legacy)

  • Data Lake Storage Gen1 (ADLS1) = is an enterprise-wide hyper-scale repository for big data analytics workloads (to be retired on feb 29, 2024)

  • Data Lake Storage Gen2 (ADLS2) = is a set of capabilities dedicated to big data analytics (the new standard)

Microsoft has deprecated the Windows Azure Storage Blob driver (WASB) for Azure Blob Storage in favor of the Azure Blob Filesystem driver (ABFS); see Access Azure Data Lake Storage Gen2 and Blob Storage.

ABFS has numerous benefits over WASB; see Azure documentation on ABFS.

The current Microsoft Azure Provider on Apache Airflow supports the following hooks:

Because of the legacy of the (WASB) and retirement of the (ADLS1) it finds necessary to implement the new protocol (ABFS) for Azure Blob Storage for feature state compatibility and to be compliant to the new standard.

Use case/motivation

Due to the deprecation (WASB) and retirement (ADLS1) of the protocols, it's key to implement a new Hook that would allow access to the ABFS protocol over the Azure Blob Storage system.

There is also a multitude of use-cases that would benefit from this implementation, such as:

Related issues

Related Issues & Stop Blockers:

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@luanmorenomaciel luanmorenomaciel added the kind:feature Feature Requests label Dec 8, 2022
@boring-cyborg
Copy link

boring-cyborg bot commented Dec 8, 2022

Thanks for opening your first issue here! Be sure to follow the issue template!

@potiuk
Copy link
Member

potiuk commented Dec 8, 2022

Assigned you

@pierrejeambrun pierrejeambrun added the provider:microsoft-azure Azure-related issues label Dec 8, 2022
kaxil pushed a commit that referenced this issue Jan 5, 2023
Created hook for supporting ADLS gen2, which uses the WASB connection and connects to ADLS gen2 storage

Relates to #28223
@tatiana
Copy link
Contributor

tatiana commented Jan 10, 2023

@kaxil should we consider this ticket closed, since #28262 was merged, or are there pending changes?

@potiuk
Copy link
Member

potiuk commented Jan 10, 2023

@kaxil should we consider this ticket closed, since #28262 was merged, or are there pending changes?

@luanmorenomaciel -> possibly you are the best to comment here, since you created the original request. Is your original intention completed now with all the merged PRs? Can you please double-check it?

@eladkal
Copy link
Contributor

eladkal commented Jan 30, 2023

I'm going to close this issue as completed. should something else is needed please open a new issue about the specific task needed

@eladkal eladkal closed this as completed Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature Feature Requests provider:microsoft-azure Azure-related issues
Projects
None yet
Development

No branches or pull requests

5 participants