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


##########
airflow/models/__init__.py:
##########
@@ -120,6 +121,7 @@ def __getattr__(name):
     "SlaMiss": "airflow.models.slamiss",
     "TaskFail": "airflow.models.taskfail",
     "TaskInstance": "airflow.models.taskinstance",
+    "TaskInstanceHistory": "airflow.models.taskinstancehistory",

Review Comment:
   Should we add this? There are already some new models we didn’t add, and 
since we don’t really expect people to import from this table (I think?) we 
should be able to afford to keep it an implementation detail.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to