thegraphnetwork / EpiGraphHub

Software platform to Gather, transmform, harmonize and store epidemiological data for analytical purposes.
https://epigraphhub.org
GNU General Public License v3.0
8 stars 10 forks source link

[BUG] missing package in the Superset container #171

Closed fccoelho closed 1 year ago

fccoelho commented 1 year ago

Describe the bug

When I try to run a query in the SQL in SQL Lab, through the web interface, I am gettin this error message: image

It seems that ecpg is missing. Apparently it is part of the libecpg-devpackage on ubuntu.

To Reproduce

run this query:

SELECT count(*)
FROM brasil.caso_full limit 100;

Expected behavior

the result of the query.

Screenshots

No response

Desktop

Smartphone

Additional context

No response