How to add a job that just checks for data quality like null, correct data type etc in aws glue
Asked
Active
Viewed 708 times
2 Answers
1
you can check pyDeequ library too. It enables you to implement python code to DQ checks.

Udit Vardhan
- 11
- 1
-1
You can write pyspark glue job for quality check. You can also use AWS Deequ library to do it but it is in scala.

Sandeep Fatangare
- 2,054
- 9
- 14