Jesse

Results 105 comments of Jesse

Thanks for pinging this! I'll open a PR to merge this change into master. I don't believe this omission was a deliberate.

Hi @Nikodemski2002, thanks for bumping this thread. We have a fresh document about how to write query runners here: https://redash.io/help/open-source/dev-guide/write-a-query-runner I'm happy to assist in converting @crazybugliu 's query runner...

Awesome! The guide for adding query runners is here: https://redash.io/help/open-source/dev-guide/write-a-query-runner Ping me with questions.

Thanks for calling attention to this. The diversity of authentication patterns is a consequence of having different authors at different times: these connectors were all community contributions. We'll certainly accept...

> Normalizing all of these will probably be helpful for future contributors/reviews Strong agree. And that is a generous offer on your part. I'm self-assigning this issue and will aim...

Thanks for the ping. I won't have bandwidth for this until September. Happy to consult if you'd like some input on your implementation, though!

Thanks for this effort. Please complete the **Description** and **How is this tested?** segments of the pull request template. This way reviewers can have context on this change.

@ilgwonPark2 can you share your change here? I'm happy to merge this back into `master`.

Awesome! The way to open a PR is to fork the repository, create new a branch on your fork off of `master`, make your changes, and then open a pull...

I agree pagination makes sense. But we store cached results as serialised JSON today. So even if we fetch 1000 records at a time, each request would deserialise the entire...