ephraimbuddy commented on a change in pull request #18724:
URL: https://github.com/apache/airflow/pull/18724#discussion_r764229317
##########
File path: airflow/api/common/experimental/mark_tasks.py
##########
@@ -60,6 +62,7 @@ def _create_dagruns(dag, execution_dates, state, run_type):
return dag_runs
+@deprecated(reason="Use airflow.api.common.mark_tasks.set_state instead",
version="2.2.3")
Review comment:
I have updated it but left the test file. Helped to verify the
re-written functions.
--
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]