dstandish commented on code in PR #38570:
URL: https://github.com/apache/airflow/pull/38570#discussion_r1556927388


##########
airflow/serialization/pydantic/dag_run.py:
##########
@@ -78,7 +78,7 @@ def get_task_instances(
     def get_task_instance(
         self,
         task_id: str,
-        session: Session,
+        session: Session | None = None,

Review Comment:
   i think this may be unnecessary.  will revert and see what happens.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to