great-expectations / great_expectations

Always know what to expect from your data.
https://docs.greatexpectations.io/
Apache License 2.0
9.63k stars 1.49k forks source link

row_condition error in great_expectations for spark #10058

Open raman0453 opened 6 days ago

raman0453 commented 6 days ago

"exception_message": "TypeError: SparkDFDataset.expect_column_values_to_be_in_set() got an unexpected keyword argument 'row_condition'". row_condition is working for pandas but not with spark. In the documentation it is mentioned that 'condition_parser': "great_expectationsexperimental" can solve the issue but not working