Azure / Azure/azure-sdk-for-python
azure-ai-translation can't handle Azure Data Factory Pipeline Status correctly.
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
**Describe the bug**
[neither ll=true or false correctly handles Azure Data Factory.](https://github.com/Azure/azure-sdk-for-python/blob/2afb5e25560dae64bb743c5d7bfc5a103533793b/sdk/translation/azure-ai-translation-document/azure/ai/translation/document/_operations/_patch.py#L72)
the allowed pipeline status of Azure Data Factory are:
The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled."
with Canceling (one 'L') and Cancelled (two 'L') being allowed values, this module is unable to correctly integration with azure data factory, as neither 'true' or 'false' will produce correct values, always breaking one of them.
Contributor guide
Assessment
This issue has not been assessed yet.