airflow-provider-great-expectations icon indicating copy to clipboard operation
airflow-provider-great-expectations copied to clipboard

How to pass create_temp_table: False to SqlAlchemy?

Open kujaska opened this issue 1 year ago • 3 comments

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)?

kujaska avatar Jun 19 '23 11:06 kujaska