astronomer / airflow-provider-great-expectations

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

Compatibility issue with great_expectations 1.0.0 #148

Closed mostafasayed5 closed 1 month ago

mostafasayed5 commented 1 month ago

airflow-provider-great-expectations is not compatible with great_expectations 1.0.0

CheckpointResult has been removed so the following import is currently failing! from great_expectations.checkpoint.types.checkpoint_result import **CheckpointResult**

https://github.com/astronomer/airflow-provider-great-expectations/blob/main/great_expectations_provider/operators/great_expectations.py#L30

great-expectations PR that made the changes: https://github.com/great-expectations/great_expectations/pull/9824