importing libraries for azure.blob needs to be updated in master_script.py
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 230
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
from azure.storage.blob import BlockBlobService, PageBlobService, AppendBlobService
should be changed to
from azure.storage.blob.pageblobservice import PageBlobService
from azure.storage.blob.appendblobservice import AppendBlobService
from azure.storage.blob.blockblobservice import BlockBlobService
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open master_script.py and locate the azure.blob imports shown in the issue. Update those imports to the three specified submodules, then verify that the script still imports successfully; the work is complete when the old import form is gone and the required blob classes remain available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 72/100