Evan Rusackas

Results 1386 comments of Evan Rusackas

@jose-vines-toteat let us know if you want to open a PR to solve the problem. We'd love to get feedback on Dosu's suggestions here, since if it leads to a...

Dosu is almost right. There is a `ROW_LIMIT` config, but that's for chart data. The error you see right there in the UI, however IS correct. `DISPLAY_MAX_ROW` in `config.py` is...

If you want to propose a change, and/or open a PR to that effect, I think folks would be supportive!

Did you mean to open this? Converting to draft. Please fill out the PR description if you'd like it to be considered.

Yes indeed, you have to wait for webpack to _build_ the frontend assets before you can _serve_ the webpack assets :)

Hopefully the bot's right, that an `npm install` will fix it. You can delete the `node modules` folder and _then_ `npm install` (or just `npm ci`) if you want to...

I'm curious if you get the same issue when running `master`. You can also delete your `node_modules` folder contents entirely, and _then `npm install` again. Basically, "nuke it from orbit"...

> btw the same installation steps works in linux What OS are you running?

Windows is unsupported at this time. It's certainly _possible_ to run Superset on Windows (with the right layer of Linux installed) but historically we've seen random dependency/Docker issues that we...

Looks like you're also running Windows. I assume this is the crux of the issue.