I'm trying to set up PSA with Flask & SQLAlchemy. I've gotten as far as calling init_social, but as soon as I try to access my app (run flask shell or load a page in flask run, etc), I get this error: ...
Hello, I'm trying to create database connection from Superset to Trino. Btw, previously I've created external tables in hive that reference to delta table manifest. And Trino is used to access those ...