uranusjr commented on a change in pull request #20000:
URL: https://github.com/apache/airflow/pull/20000#discussion_r762161039



##########
File path: airflow/models/dagrun.py
##########
@@ -138,7 +138,7 @@ def __init__(
         self,
         dag_id: Optional[str] = None,
         run_id: Optional[str] = None,
-        queued_at: Optional[datetime] = __NO_VALUE,
+        queued_at: Optional[datetime] = __NO_VALUE,  # type: ignore

Review comment:
       This can benefit from the new `ArgNotSet` class in `airflow.utils.types`.




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