AutomationDev85 commented on code in PR #69038:
URL: https://github.com/apache/airflow/pull/69038#discussion_r3497202577
##########
airflow-core/src/airflow/models/trigger.py:
##########
@@ -92,6 +92,7 @@ class Trigger(Base):
"""
__tablename__ = "trigger"
+ __table_args__ = (Index("dt_flow_idx_trigger_triggerer_queue_id",
"triggerer_id", "queue", "id"),)
Review Comment:
@kaxil Thanks for your comment, sorry I pushed the wrong commit to this PR.
previous naming was only the internal testing index.
--
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]