Azure / Azure/azure-sdk-for-python
azure-mgmt-datafactory KeyError: 'run_id' Pipelines_CreateRun
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
- **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 ✅
Contributor guide
Assessment
This issue has not been assessed yet.