So far redash looks amazing and I’m really excited about the possibilities of implementation. The issue I’m currently having is that I can’t develop locally. I’m trying to do the docker based guide, but I’m having 2 issues:

docker-compose up ---- and I get:

ProgrammingError: (psycopg2.ProgrammingError) column queries.tags does not exist (maybe this is because tags were added to v5, which isn’t out yet? Any ideas on how I can fix this? Maybe I need to be building from an older commit?

When I visit localhost:8080, I see the login screen asking for an email and password, not the normal “create admin account”.

I’m trying to develop locally so I can add additional configuration on the Presto data source to accept a password, and then send all requests using a certificate.

Any help would be appreciated, thank you!

UPDATE: When I try to login using the username/pass, I get this error:
ProgrammingError: (psycopg2.ProgrammingError) column users.disabled_at does not exist
LINE 1: …rs_password_hash, users.api_key AS users_api_key, users.disa…