-
-
I'm not reporting a bug, just looking for a workaround and I'm hoping someone can help!
I'm trying to call deequ's rowLevelResultsAsDataFrame function from pydeequ. Things work fine but as soon as …
-
**Is your feature request related to a problem? Please describe.**
At the moment `python-deequ` relies on direct calls to the underlying Spark JVM via `SparkSession._jvm`. But in the PySpark Connect …
-
I am using the given code as a util file which is being use to run a config driven job,
On the failure of the check job, the task is supposed to finish and give a notification but the task is not fin…
-
I'm trying to create an anaconda environment to run pydeequ. Basically, I'm following these steps:
conda install openjdk
conda install pypsark==3.0.0 (I think this is needed, because I have been t…
-
DOD: Ter POC do Pydeequ demonstrando os ganhos as 6 dimensões de qualidade
- [x] Criar Job do Glue com um cenário de qualidade de dados para as principais dimensões de Qualidade de Dados, que são as…
-
**Describe the bug**
`configs.py` gives `SyntaxError: invalid escape sequence '\.'` from `IS_DEEQU_V1 = re.search("com\.amazon\.deequ\:deequ\:1.*", DEEQU_MAVEN_COORD) is not None`
Raw strings or d…
-
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 SUMM…
-
Hi there! There seems to be a bug while using PyDeequ where Python lambda functions (e.x. lambda x: x >= 3) returns an exception for a “constraint_message” . This bug occurs on some development envi…
-
**Is your feature request related to a problem? Please describe.**
I'm currently facing issues with the PyDeequ support to Apache Spark version 3.4.0, since it is impacting several projects in my org…