ashb commented on code in PR #55717:
URL: https://github.com/apache/airflow/pull/55717#discussion_r2356082968
##########
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:
Still -- aren't "all" DagRuns in airflow 3 meant to have a version? What is
the case by which we end up without a dag version but the task in the executor?
--
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]