skillfed

azure-mgmt-datafactory

Microsoft Azure Datafactory Management Client Library for Python

azure-mgmt-datafactory v10.0.0 13.3M downloads/30d#1,289 on PyPI5,588
Permissive license MIT Active released

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-datafactory

uv

uv add azure-mgmt-datafactory

poetry

poetry add azure-mgmt-datafactory

Installing 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

Development Status :: 5 - Production/StableProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

azure data factory managementazure pipeline automationazure etl orchestrationazure data integrationazure factory client libraryazure resource managementdata factory api python
azure-sdkcloud-managementetl-orchestration

More Application Frameworks packages

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

textual

Textual is a Python framework for building…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

mcp

Build and connect to Model Context Protocol…

permissive · top 1,000 on PyPI

Werkzeug

Werkzeug is a WSGI utility library providing…

permissive · top 1,000 on PyPI

azure-mgmt-resource

Provides Python bindings to manage Azure…

permissive · top 1,000 on PyPI

azure-mgmt-loganalytics

Provides a Python client library for managing…

permissive · top 5,000 on PyPI

azure-mgmt-kusto

Manages Azure Kusto clusters, databases, and…

permissive · top 15,000 on PyPI

azure-mgmt-batch

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-synapse-artifacts

Provides Python client library for Azure…

permissive · top 5,000 on PyPI

azure-mgmt-network

Manages Azure network resources (virtual…

permissive · top 5,000 on PyPI

azure-mgmt-managementgroups

Provides a Python client library to manage…

permissive · top 5,000 on PyPI

azure-mgmt-storage

Manages Azure Storage accounts, containers,…

permissive · top 5,000 on PyPI

azure-mgmt-databricks

Provides Python bindings to manage Azure…

permissive · top 15,000 on PyPI

azure-mgmt-resourcehealth

Provides programmatic access to Azure Resource…

permissive · top 15,000 on PyPI