Skip to content

Troubleshooting

Liam Mc Carthy edited this page Jun 29, 2022 · 4 revisions

This page records commonly-encountered issues one might face when attempting to implement UserALE into Superset, and offers possible solutions.

Superset

Error: When initializing Superset's container through Docker, the initialization logs will spit out a superset ERROR: relation "report_schedule" does not exist at character error, and opening superset will yield a 500 server error:

Solution: Take down the superset container by running docker-elk down -v inside of your local superset instance, and set up the container again.


Docker-ELK

Clone this wiki locally