uranusjr commented on a change in pull request #18370:
URL: https://github.com/apache/airflow/pull/18370#discussion_r713085648
##########
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:
There are actually quite a few places depending on
`airflow.api.common.experimental` in the web UI and the new API. We should do a
more comprehensive refactoring to move those out of `experimental` instead, so
I feel it should be OK-ish to just referring them right here.
--
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]