azure-mgmt-datafactory KeyError: 'run_id' Pipelines_CreateRun
questionData FactoryMgmtcustomer-reportedneeds-team-triage
- **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 🚨
<img width="1850" height="693" alt="Image" src="https://github.com/user-attachments/assets/74cb01bd-7ea3-4e04-bea1-c2401f277336" />
9.3.0 ✅
<img width="1345" height="562" alt="Image" src="https://github.com/user-attachments/assets/8f9cae73-2287-4b5a-ac27-354148a7f820" />
1 条评论