great-expectations / great_expectations

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

Invalid Status and Improper representation when switched to 0.13 from 0.12 #2234

Closed pwrstar closed 2 years ago

pwrstar commented 3 years ago

Hi,

I noticed a difference in the way expect_column_pair_values_A_to_be_greater_than_B expectation result is presented in version 0.13.x compared to 0.12.x .

No changes to config or any other parameters.

Top in 0.12.x and bottom in 0.13.x :

Screen Shot 2021-01-06 at 1 18 38 PM

I didn’t find issues with other expectations I have though.

Thanks!

eugmandel commented 3 years ago

Thank you for filing this, @pwrstar ! We will triage this issue this week.

quinten-goens commented 3 years ago

@eugmandel This is currently still an issue in great expectations 0.13.13. Has this bugfix been included in the new version (0.13.14)?

Many thanks for the amazing work on this module!

jarandaf commented 3 years ago

Hi, I am also facing this issue in 0.13.14. Also for custom expectations with Spark dataframes: is there any required work other than inheriting SparkDFDataset and creating methods with the MetaSparkDFDataset decorators? The validation runs fine but it is displayed as below:

Captura de pantalla 2021-03-24 a las 14 20 42

FollowJack commented 3 years ago

Still face this issue in 0.13.19 using pandas

Patechoc commented 3 years ago

Like @FollowJack, I confirmed it isn't working in 0.13.19 as well. We have also a version for SQL implemented locally which execute the validation fine as shown in the table ge_validation_results, but we wait to add to the core package because of this bug when rendering in Datadocs. If you could provide some guidance where you think the code might be wrong, we would gladly try to fix it

talagluck commented 2 years ago

I believe this should be resolved by #3179, so closing for now, but please feel free to re-open if that is not the case.

sdeepak09 commented 2 years ago

Hi Team, Thank you for this amazing library, it is super helpful. But I am still facing this issues with 0.15.5 using Pandas for expect_column_pair_values_A_to_be_greater_than_B expectation. @talagluck Please help.

image