I am trying to import the GreatExpectationsOperator into my DAG. However, I end with a broken DAG, as shown below. Specifically, it complains about a duplicate validator. There is no task added using this operator; it is merely imported in the file.
I’m using airflow-provider-great-expectations version 0.2.7, Airflow version 2.9.2.
How do I resolve this error?