tirkarthi commented on issue #56635:
URL: https://github.com/apache/airflow/issues/56635#issuecomment-3452310688
Adding below in airflow.cfg also logs all the sqlalchemy queries which could
also help in tracking the queries.
```ini
[sqlalchemy]
sql_alchemy_engine_args = {"echo": true}
```
--
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]