-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Data LakeData Lake Storeaz dlsaz dlsService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Description
Describe the bug
The azure-cli Python package currently depends on an alpha release of azure-datalake-store.
azure-cli/src/azure-cli/setup.py
Line 59 in 5699d13
| 'azure-datalake-store~=1.0.0a0', |
Depending on an alpha release is poor form. It means that maintainers in other packaging ecosystems, like Conda-Forge, have to add alpha packages to their package indices.
Related command
n.A.
Errors
n.A.
Issue script & Debug output
n.A.
Expected behavior
I would expect Microsoft to stabilize the API of azure-datalake-store, release a 1.0.0 version, and update the dependencies in the setup.py.
Ref.: #31356
Ref.: conda-forge/azure-datalake-store-feedstock#14
Environment Summary
n.A.
Additional context
No response
Metadata
Metadata
Assignees
Labels
Data LakeData Lake Storeaz dlsaz dlsService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.