kaxil commented on a change in pull request #18370:
URL: https://github.com/apache/airflow/pull/18370#discussion_r712541740
##########
File path: airflow/api_connexion/endpoints/dag_run_endpoint.py
##########
@@ -21,6 +21,10 @@
from sqlalchemy import or_
from airflow._vendor.connexion import NoContent
+from airflow.api.common.experimental.mark_tasks import (
+ set_dag_run_state_to_failed,
+ set_dag_run_state_to_success,
+)
Review comment:
Can we do without using experimental API ?
--
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]