astronomer / airflow-provider-great-expectations

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

Airflow deployment - Using GreatExpectationsOperator: `great_expectations.data_context.store` does not contain the class: `ProfilerStore` #53

Open VisualDad opened 1 year ago

VisualDad commented 1 year ago

Hi Guys, currently i have an Error when I want to use the official Airflow Operator for Great Expectations.

My packages: airflow-provider-great-expectations==0.1.4 great-expectations==0.15.17 apache-airflow=2.1.4

Bildschirmfoto 2022-08-05 um 15 21 27

---> [2022-08-05 12:49:47,094] {util.py:153} CRITICAL - Error The module: great_expectations.data_context.store does not contain the class: ProfilerStore.

Can you please help ?

denimalpaca commented 1 year ago

Hi @VisualDad does this issue still occur when you use the latest versions of the operator and GX library?