- Package Name: azure-mgmt-datafactory
- Package Version: 10.0.0
- Operating System: Linux-7.0.12-201.fc44.aarch64-aarch64-with-glibc2.36
- Python Version: 3.12.13
Describe the bug
In Apache Airflow, using the apache-airflow-providers-microsoft-azure==13.1.0 a fresh install brought the transitive dependency on azure-mgmt-datafactory with the latest version 10.0.0 published yesterday.
With the version 10.0.0, the create pipeline run fails with KeyError: 'run_id'
Pinning azure-mgmt-datafactory==9.3.0 fixes the problem, therefore there is some kind of regression introduced in v10.
Screenshots
If applicable, add screenshots to help explain your problem.
10.0.0 🚨
9.3.0 ✅

Describe the bug
In Apache Airflow, using the
apache-airflow-providers-microsoft-azure==13.1.0a fresh install brought the transitive dependency onazure-mgmt-datafactorywith the latest version10.0.0published yesterday.With the version 10.0.0, the create pipeline run fails with
KeyError: 'run_id'Pinning
azure-mgmt-datafactory==9.3.0fixes the problem, therefore there is some kind of regression introduced in v10.Screenshots
If applicable, add screenshots to help explain your problem.
10.0.0 🚨
9.3.0 ✅