FRosner / drunken-data-quality

Spark package for checking data quality
Apache License 2.0
222 stars 69 forks source link

Python 3 syntax for pyddq #152

Closed bibwest closed 4 years ago

bibwest commented 4 years ago

In the realease version of the package pyddq = 4.1.1. There is a print always in Python 2

File "/opt/anaconda/envs/jupyter/lib/python3.7/site-packages/pyddq/core.py", line 439 print baos.get_output() ^ SyntaxError: invalid syntax

FRosner commented 4 years ago

Sorry to hear that you are having issues. Would you like to provide a PR?

FRosner commented 4 years ago

Fixed by https://github.com/FRosner/drunken-data-quality/pull/148