uranusjr commented on code in PR #39647:
URL: https://github.com/apache/airflow/pull/39647#discussion_r1616547233
##########
airflow/dag_processing/processor.py:
##########
@@ -426,6 +428,8 @@ def manage_slas(cls, dag_folder, dag_id: str, session:
Session = NEW_SESSION) ->
We are assuming that the scheduler runs often, so we only check for
tasks that should have succeeded in the past hour.
+
+ fixme: remove this from the dag processor
Review Comment:
This shouldn’t be a part of the docstring.
--
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]