uranusjr commented on code in PR #31662:
URL: https://github.com/apache/airflow/pull/31662#discussion_r1226086066
##########
airflow/models/taskinstance.py:
##########
@@ -394,6 +394,7 @@ class TaskInstance(Base, LoggingMixin):
queue = Column(String(256))
priority_weight = Column(Integer)
operator = Column(String(1000))
+ custom_operator_name = Column(String(1000))
Review Comment:
Let’s split changes related to ti to another PR as well, this involves
migration and complicates the changes quite a lot.
--
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]