kushsharma commented on issue #20249: URL: https://github.com/apache/airflow/issues/20249#issuecomment-992604422
There are composite indexes on some of the tables, I don't think we need explicit index of `dag_id` for them like - `task_reschedule`: `idx_task_reschedule_dag_task_date" btree (dag_id, task_id, execution_date)` - `sensor_instance`: `ti_primary_key" UNIQUE, btree (dag_id, task_id, execution_date)` -- 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]
