airflow-provider-great-expectations
airflow-provider-great-expectations copied to clipboard
How to pass create_temp_table: False to SqlAlchemy?
When using great expectations with datasources from great_expectations.yml you can use
create_temp_table: False
setting for SqlAlchemyExecutionEngine to prevent SqlAlchemy from issuing SQLs like this:
CREATE OR REPLACE TEMPORARY TABLE gx_temp_d5435 AS select ...
Question: How to do the same if using airflow-provider-great-expectations with Airflow conn_id (which overrides datasources from great_expectations.yml)?