azure-mgmt-datafactory
Microsoft Azure Datafactory Management Client Library for Python
What it is and what it does
This is the official Python client library for managing Azure Data Factory resources through the Azure Resource Manager API. It provides programmatic access to create, read, update, and delete Data Factory components—including factories, pipelines, datasets, linked services, triggers, integration runtimes, and related entities—without using the Azure Portal or CLI.
The library handles authentication via Microsoft Entra and abstracts the REST API layer. Version 10.0.0 introduces system_data tracking across resource models and transitions to keyword-only parameters for conditional operations (etag/match_condition), marking a significant API evolution. It requires Python 3.10 or later and depends on isodate, azure-mgmt-core, and typing-extensions for core functionality.
Use it for:
- Automate provisioning and configuration of Data Factory pipelines and linked services in CI/CD workflows.
- Programmatically create and manage datasets and data flows for ETL/ELT processes at scale.
- Monitor and update integration runtimes and trigger schedules without manual portal access.
- Build custom orchestration tools that interact with Data Factory resources as part of larger data platform automation.
- Retrieve metadata and system data from Data Factory resources for auditing and compliance reporting.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Manages Azure Data Factory resources—factories, pipelines, datasets, linked services, triggers, and integration runtimes—via the Azure Management API.
Yes. This is the official, actively maintained Azure SDK library for Data Factory management. Install friction is low, dependencies are minimal and stable, no known vulnerabilities exist, and the MIT license poses no restrictions. Use it when you need programmatic control over Data Factory resources; avoid it only if you have no Azure Data Factory workloads or prefer portal/CLI-only management.
Install
azure-mgmt-datafactory on PyPI
pip
pip install azure-mgmt-datafactoryuv
uv add azure-mgmt-datafactorypoetry
poetry add azure-mgmt-datafactoryInstalling azure-mgmt-datafactory
Before you install
Low install friction; pure Python wheel with only three runtime dependencies (isodate, azure-mgmt-core, typing-extensions). Actively maintained with a recent release (37 days old) and ongoing repository activity.
License in practice
MIT license permits commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install azure-mgmt-datafactory
from azure.mgmt.datafactory import DataFactoryManagementClient
from azure.identity import DefaultAzureCredential
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = DataFactoryManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
Requires Python 3.10 or later. Azure authentication credentials (AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, AZURE_SUBSCRIPTION_ID) must be configured as environment variables.
Verify before relying
- Whether version 10.0.0's breaking changes to method signatures (etag/match_condition parameters) affect existing codebases.
- Performance characteristics and rate limits when managing large numbers of Data Factory resources.
- Specific authentication flow details beyond environment variable configuration.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — isodate, azure-mgmt-core, typing-extensions |
| Maintenance | actively maintained — 37 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 13,290,909/month — #1,289 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_datafactory-10.0.0-py3-none-any.whl
Keywords: azure, azure sdk
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
azure-mgmt-resourceProvides Python bindings to manage Azure…
permissive · top 1,000 on PyPI
azure-mgmt-loganalyticsProvides a Python client library for managing…
permissive · top 5,000 on PyPI
azure-mgmt-kustoManages Azure Kusto clusters, databases, and…
permissive · top 15,000 on PyPI
azure-mgmt-batchProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-synapse-artifactsProvides Python client library for Azure…
permissive · top 5,000 on PyPI
azure-mgmt-networkManages Azure network resources (virtual…
permissive · top 5,000 on PyPI
azure-mgmt-managementgroupsProvides a Python client library to manage…
permissive · top 5,000 on PyPI
azure-mgmt-storageManages Azure Storage accounts, containers,…
permissive · top 5,000 on PyPI
azure-mgmt-databricksProvides Python bindings to manage Azure…
permissive · top 15,000 on PyPI
azure-mgmt-resourcehealthProvides programmatic access to Azure Resource…
permissive · top 15,000 on PyPI