ephraimbuddy commented on code in PR #47376:
URL: https://github.com/apache/airflow/pull/47376#discussion_r1982908971


##########
airflow/models/taskinstance.py:
##########
@@ -3799,31 +3801,28 @@ def from_ti(cls, ti: TaskInstance) -> 
SimpleTaskInstance:
         )
 
 
-class TaskInstanceNote(TaskInstanceDependencies):
+class TaskInstanceNote(Base):
     """For storage of arbitrary notes concerning the task instance."""
 
     __tablename__ = "task_instance_note"
-
+    id = Column(

Review Comment:
   Unless we want that, it doesn't matter since we want to have this as 
primary_key. 



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