astronomer / airflow-provider-great-expectations

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

GreatExpectationsOperator ignoring schema from connection #94

Closed mpgreg closed 1 year ago

mpgreg commented 1 year ago

When specifying schema in connection (instead of as operator parameter) it is ignored when building datasource.

https://github.com/astronomer/airflow-provider-great-expectations/blob/9e5254e1933b5f85f1901c5bbe1999decf9e6d65/great_expectations_provider/operators/great_expectations.py#L295

mpgreg commented 1 year ago

PR for this submitted https://github.com/astronomer/airflow-provider-great-expectations/pull/95