ashb commented on code in PR #55717:
URL: https://github.com/apache/airflow/pull/55717#discussion_r2355469912


##########
airflow-core/src/airflow/executors/workloads.py:
##########
@@ -55,7 +55,6 @@ class TaskInstance(BaseModel):
     """Schema for TaskInstance with minimal required fields needed for 
Executors and Task SDK."""
 
     id: uuid.UUID
-    dag_version_id: uuid.UUID

Review Comment:
   How can we execute a TI without a dag version? For it to be executed, 
doesn't it have to still exist, and this get reparsed to include a dag version?



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