Way to debug SQL statements issued by GE to a database easily

Hi!
is there an easy way to debug SQL statements issued by GE to a database?

e.g. when running a checkpoint from airflow using airflow-provider-great-expectations (GitHub - astronomer/airflow-provider-great-expectations: Great Expectations Airflow operator)
you can see in task log smth like this (example for snowflake db):
{cursor.py:738} INFO - query: [select current_database(), current_schema();]

Is there a way to get the same while running a checkpoint from any python script upon any db?

or any other easy way to see SQLs issued to the DB by GE to debug long-running ones?..