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

luigi.contrib.azureblob needs updating #2965

Open
marhoy opened this issue Jun 24, 2020 · 8 comments
Open

luigi.contrib.azureblob needs updating #2965

marhoy opened this issue Jun 24, 2020 · 8 comments

Comments

@marhoy
Copy link
Contributor

marhoy commented Jun 24, 2020

The luigi.contrib.azureblob depends on the old version of the azure.storage.blob package.
It needs to be rewritten/updated to support the 12.x.y-series of azure.storage.blob.

@manish, @ckiosidis : You are listed as contributers. Any plans for updating? If you need to continue to support the old interface, then maybe make a new module that supports the new interface?

Old (aka Legacy):
https://docs.microsoft.com/en-us/python/api/azure-storage-blob/azure.storage.blob?view=azure-python-previous

New:
https://docs.microsoft.com/en-us/python/api/azure-storage-blob/azure.storage.blob?view=azure-python

@stale
Copy link

stale bot commented Dec 25, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If closed, you may revisit when your time allows and reopen! Thank you for your contributions.

@stale stale bot added the wontfix label Dec 25, 2020
@icfly2
Copy link

icfly2 commented Apr 16, 2021

Is the bot marking as won't fix accurate?

The old azure setup is pretty outdated now and a change / new contrib module shouldn't be too hard. What is the best way forward? Update the contrib.azure, make contrib.azure12 or switch to airflow?

@stale stale bot removed the wontfix label Apr 16, 2021
@stale
Copy link

stale bot commented Jan 9, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If closed, you may revisit when your time allows and reopen! Thank you for your contributions.

@stale stale bot added the wontfix label Jan 9, 2022
@kaydee-edb
Copy link

Any update on this ? Are there any plans to update the blob storage API's per new SDK ?

@stale stale bot removed the wontfix label Apr 8, 2022
@lallea
Copy link
Contributor

lallea commented Apr 8, 2022

This is a community driven open source project. Hence, there are no plans and no roadmap. If you care about updated azure integration, you can drive the issue forward by submitting a patch or valuable information, or you can offer to pay someone to do the necessary work.

@kaydee-edb
Copy link

Thank you. I can pick it up. Will try to create a new contrib module for azure blob v12.

@Jpowell94
Copy link

@kaydee-edb Are you able to share any progress updates?

@bcamel
Copy link
Contributor

bcamel commented May 19, 2024

I am going to bump this up because I intented to use a luigi task to upload some objects into Azure Blob, but noticed that the dependency required for the regarding contrib module are outdated as mentioned in this issue.

For now, I have only used the changes of the linked PR against a local instance of Azurite. Maybe unit tests need extension to cover various parametrisations for the AzureBlobClient?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants