I am setting up the superset on local system using this image
I am giving database connection by SQLALCHEMY_DATABASE_URI = 'postgresql://username:password@localhost:5440/airflow'
in superset_config.py
I am using this command to run superset
docker run -it --rm --network host -v $(pwd):/app -e SUPERSET_CONFIG_PATH=/app/superset_config.py -e FLASK_APP=superset superset-0.1 superset run -p 8088
When I login in superset, I am getting this error. Anybody know its solution?