awslabs/python-deequ

add support for Row Level of granularity DQ reports

evoisec opened this issue · 2 comments

Hello folks, it seems u forgot to expose in Python PyDeequ, the following Deequ Scala method, which in turn makes it impossible to use PyDeequ to produce row level DQ report - only column/dataset SUMMARY level DQ reports are possible at the moment

def rowLevelResultsAsDataFrame( sparkSession: SparkSession, verificationResult: VerificationResult, data: DataFrame): DataFrame = {

why is that, any plans to rectify and when?

I would also welcome this functionality to be exposed.

+1 Accessing the scala function from Pyspark fails when assertions are specified using Lambda functions.