ashb commented on a change in pull request #20000:
URL: https://github.com/apache/airflow/pull/20000#discussion_r763989904
##########
File path: airflow/models/dagrun.py
##########
@@ -96,7 +94,7 @@ class DagRun(Base, LoggingMixin):
last_scheduling_decision = Column(UtcDateTime)
dag_hash = Column(String(32))
- dag = None
+ dag: "Optional[DAG]" = None
Review comment:
I have a fix for it -- so we can merge this and spend a bit more time
looking at the sphinx upgrade.
--
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]