josh-fell commented on a change in pull request #17885:
URL: https://github.com/apache/airflow/pull/17885#discussion_r701946651
##########
File path: airflow/providers/microsoft/azure/hooks/data_factory.py
##########
@@ -583,6 +584,77 @@ def get_pipeline_run(
"""
return self.get_conn().pipeline_runs.get(resource_group_name,
factory_name, run_id, **config)
+ def check_pipeline_run_status(
Review comment:
Much better implementation; these functions should only perform one
action. I'll go ahead and make these changes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]