amoghrajesh commented on code in PR #56710: URL: https://github.com/apache/airflow/pull/56710#discussion_r2435308530
########## airflow-core/src/airflow/dag_processing/processor.py: ########## @@ -294,17 +294,50 @@ def _execute_dag_callbacks(dagbag: DagBag, request: DagCallbackRequest, log: Fil def _execute_task_callbacks(dagbag: DagBag, request: TaskCallbackRequest, log: FilteringBoundLogger) -> None: + # Check if this is a failure callback early Review Comment: This seems to be AI generated slop. https://github.com/apache/airflow/issues/56701 has no reproduction scenario, can you elaborate how this was tested? > Time T2: Operator deletes dag_123.py from disk What operator? -- 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]
