Azure / azure-cli

Azure Command-Line Interface
MIT License
3.97k stars 2.95k forks source link

Monitoring data factory pipeline runs using "az datafactory pipeline-run query-by-factory" not working as expected, and missing pipeline runs? #22733

Open user81017012 opened 2 years ago

user81017012 commented 2 years ago

[The following command doesn't work correctly : az datafactory pipeline-run query-by-factory --factory-name XXXXX --last-updated-after $last_updated_after --last-updated-before $last-updated-before --resource-group XXXXX I encountered the following issues:

1/ I am not able to get pipeline runs that occured less than two hours ago (Even though my pipelines are running every 10 minutes, everyday and I can see the pipeline runs on Azure data factory UX).

2/ No matter what date is defined for the option last-updated-before, only a fraction of the pipeline runs that started at or after last-updated-after are returned. Example : last-updated-after = "2022-06-01T20:36:45.859989" => I only get pipeline runs with run start from this time to "2022-06-01T22:58:17.115499+00:00", I don't get the runs that happened after that.

]


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

yonzhan commented 2 years ago

data factory