Lee-W commented on code in PR #55952:
URL: https://github.com/apache/airflow/pull/55952#discussion_r2378323369
##########
airflow-core/src/airflow/models/taskinstancehistory.py:
##########
@@ -121,6 +123,8 @@ class TaskInstanceHistory(Base):
foreign_keys=[run_id, dag_id],
)
+ hitl_detail = relationship("HITLDetailHistory", lazy="noload",
uselist=False)
Review Comment:
We should make these interfaces resemble their original versions as closely
as possible.
--
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]