BirdiD / BirdiDQ

BirdiDQ leverages the power of the Python Great Expectations open-source library and combines it with the simplicity of natural language queries to effortlessly identify and report data quality issues, all at the tip of your fingers.
Apache License 2.0
15 stars 2 forks source link

Postgresql connection issues #14

Closed BirdiD closed 1 year ago

BirdiD commented 1 year ago

Running the app without setting up a postgresql connection string does not work. Added a try except in app.py to handle cases when the user does not uses a postgresql database to avoid these connection errors.