ashb commented on code in PR #55717:
URL: https://github.com/apache/airflow/pull/55717#discussion_r2356035440
##########
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:
Ah no, bundle_info is what the dag bundle info is.
I still wonder how it's actually possible to get to an executor with no
dag_version set?
--
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]