The `azure-mgmt-datalake-nspkg` is an internal Microsoft Azure Data Lake Management namespace package. It serves as a placeholder to unify sub-packages under the `azure.mgmt.datalake` namespace, rather than providing direct functionality. Its current version is 3.0.1, and it's part of the broader Azure SDK for Python, which has a continuous release cadence.
pip install azure-mgmt-datalake-nspkgVerified import paths — ran on the pinned version, not inferred.
This package is a namespace package and does not provide any functionality or public APIs for direct use. It exists solely to define the `azure.mgmt.datalake` namespace for other, functionally complete Azure Data Lake management client libraries. There is no quickstart code for this specific package as it is not meant for direct interaction.
Avoid direct imports from `azure-mgmt-datalake-nspkg`. Instead, install and use specific client libraries like `azure-mgmt-datalake-analytics` or `azure-mgmt-datalake-store` which might implicitly rely on this for namespace resolution if they are older versions.
Ensure you are using the latest major versions of Azure SDK client libraries for Data Lake services (e.g., `azure-mgmt-datalake-analytics`, `azure-mgmt-datalake-store`). These generally handle their namespace contributions automatically and might not need `azure-mgmt-datalake-nspkg`.
Only install this package if another specific Azure Data Lake client library lists it as a dependency. Do not add it to your project's dependencies if you don't explicitly need to manage Data Lake resources via older SDK client libraries that might rely on its namespace contribution.
No dependency data recorded yet.