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


##########
airflow-core/src/airflow/cli/commands/task_command.py:
##########
@@ -193,7 +194,10 @@ def _get_ti(
                 f"run_id or logical_date of {logical_date_or_run_id!r} not 
found"
             )
         # TODO: Validate map_index is in range?
-        ti = TaskInstance(task, run_id=dag_run.run_id, map_index=map_index)
+        dag_version = DagVersion.get_latest_version(dag.dag_id, 
session=session)

Review Comment:
   I think changing the function would actually make the PR a little smaller 
because you won’t need to check for the None case is many situations anymore. 
But it’s OK as a second PR if you prefer too.



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