houqp commented on pull request #11621: URL: https://github.com/apache/airflow/pull/11621#issuecomment-749738694
It does seem like db driver specific, not able to reproduce with postgres, strace output: ``` sendto(3, "Q\0\0\0\236SELECT dag_run.dag_id AS dag_run_dag_id, max(dag_run.execution_date) AS max_1 \nFROM dag_run \nWHERE dag_run.run_type = 'scheduled' GROUP BY dag_run.dag_id\0", 159, MSG_NOSIGNAL, NULL, 0) = 159 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
