astronomer / airflow-provider-great-expectations

Great Expectations Airflow operator
http://greatexpectations.io
Apache License 2.0
157 stars 53 forks source link

Add create_temp_table support #129

Closed antelmoa closed 5 months ago

antelmoa commented 5 months ago

Allows users to configure create_temp_table by using the extra field in the connection form. The value of create_temp_table is true by default and, by setting it to false, it bypasses the creation of temporary tables from Great Expectations. Which is necessary when one only has read access to a database.

Usage: In the extras field do the following:

{ "create_temp_table": false }

Lee-W commented 5 months ago

closes: #112

antelmoa commented 5 months ago

Thanks for pushing this along! May I know when I can expect this to be merged and released, please? Thank you!

pankajastro commented 5 months ago

Thanks for pushing this along! May I know when I can expect this to be merged and released, please? Thank you!

We will probably release it early next week.

antelmoa commented 5 months ago

That is awesome! Thank you!