astronomer / airflow-provider-great-expectations

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

Bugfix connections override #78

Closed denimalpaca closed 1 year ago

denimalpaca commented 1 year ago

self.conn.schema was still being used in build_configured_sql_datasource_config_from_conn_id, which meant that the schema override for parameters was not happening in actuality as the datasource was still being built with the connection schema.