eladkal commented on code in PR #36144:
URL: https://github.com/apache/airflow/pull/36144#discussion_r1484280534
##########
airflow/models/dagrun.py:
##########
@@ -272,11 +272,75 @@ def get_state(self):
return self._state
def set_state(self, state: DagRunState) -> None:
+ """Change the state of the DagRan.
Review Comment:
Talked with @ephraimbuddy he is OK with current code
--
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]