sebastianliebscher commented on issue #25825:
URL: https://github.com/apache/superset/issues/25825#issuecomment-1805429891
I could replicate this issue with version `3.0.1` and on `master` using
Docker. The Docker stack uses Postgres as meta database, so I don't think the
issue relates to the Helm chart or SQLite.
Steps to reproduce:
- git clone and checkout `master` / `3.0.1`
- `TAG=3.0.1 docker-compose -f docker-compose-non-dev.yml up`
- navigate to Datasets / `FCC 2018 Survey`
- get the error:
```bash
Error: column "rsrc_pluralsight" does not exist
LINE 122: rsrc_pluralsight AS rsrc_pluralsight,
^
HINT: Perhaps you meant to reference the column "FCC 2018
Survey.rsrc_pluralsght".
```
pinging to get some eyes on the issue @rusackas, @sfirke, @john-bodley
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]