vincbeck commented on code in PR #28900:
URL: https://github.com/apache/airflow/pull/28900#discussion_r1262749790


##########
airflow/models/dag.py:
##########
@@ -1378,6 +1379,37 @@ def normalized_schedule_interval(self) -> 
ScheduleInterval:
             _schedule_interval = self.schedule_interval
         return _schedule_interval
 
+    @staticmethod
+    @internal_api_call
+    @provide_session
+    def fetch_callback(
+        dag: DAG,
+        dagrun: DagRun | DagRunPydantic,
+        success: bool = True,
+        reason: str | None = None,
+        session: Session = NEW_SESSION,
+    ):

Review Comment:
   Actually, thanks to [your 
comment](https://github.com/apache/airflow/pull/28900#discussion_r1260380579) I 
found out how. Done



-- 
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]

Reply via email to