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


##########
airflow/models/dag.py:
##########
@@ -1378,6 +1379,33 @@ 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=True, reason=None, 
session=NEW_SESSION

Review Comment:
   ```suggestion
           dag: DAG,
           dagrun: DagRun | DagRunPydantic,
           success: bool = True,
           reason: str | None = None,
           session: Session = NEW_SESSION,
   ```



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