Guido Petri

Results 126 comments of Guido Petri

Hi @K-Lohse , thanks for the PR! I'm curious why this functionality is useful for you - could you explain what's different between this and using the query results runner...

I think I still don't see why you'd use this python-table-object string anywhere. Your python query runner can call `execute_query` on both (parameterized) queries, then you'll have the results to...

In which one of your queries would you use this functionality that you can't use the `values` in a CTE?

I've run into this before. Redash only supports simple sorting afaik, so what I did to sort myself was add a custom `ORDER BY` clause and tell redash not to...

I don't think we have fine-grained functionality like that, but it would be a good addition. Thanks for the suggestion!

I don't think parameters are supported (see this thread: https://discuss.redash.io/t/help-with-qrds-how-to-use-it/5575 ). @ariarijp had a repository [here](https://github.com/ariarijp/redash-parameter-supported-query-results-query-runner/blob/main/README.md) adding this functionality but I don't know if it was ever merged into the...

I tried on my local (RPi with 8gb ram, 2.7m row query, 4 columns: `smallint, real, text, integer`) and confirmed this crashed my RPi. This sounds ~reasonable to me, Redash...

I think a dataviz tool should be able to handle large datasets too, though. Maybe the limit is less than 3m rows, but e.g. a scatter plot should be able...

@viettran97118 if you'd like, we can re-open that old PR. You'd have to resolve merge conflicts and to merge `master` into the branch.

I'm not sure what you mean, would you mind explaining further?