Jesse

Results 105 comments of Jesse

Hi @kaiquerass can you post more details about the error you're seeing?

Thank you! A couple notes before a full review: - Please add a screenshot of the counter visualisation settings. - Will this be disabled by default? If a user of...

Thanks for raising this PR. A few items: 1. Please rebase your changes onto master. I just merged an improvement to schema fetching for bigquery, so `master` is ahead of...

This won't be included in the V10 release (in the next few days). After the V10 release we'll clean up our open PR list.

Strange. I also can't reproduce it anymore using a fresh query. But my original query still doesn't work. I think this is probably a data type issue with the query...

I wanted to clarify: is this for the Query Title shown on a dashboard? Or for the query Name shown in the list view and when searching for queries while...

`JOB_EXPIRY_TIME` doesn't cause this. Because the job isn't enqueued until the query actually needs to run. This is what the `scheduler` service does. It runs twice each minute and checks...

If I understand correctly, doing it that way I’d need to explicitly state my requirement logic in the Jinja template. So if the permissions for a given route changed from...

Regarding number 2 above and blueprints: when using `url_for`, calls to blueprinted view functions are made by prepending `.`to the function name. This makes it easy to see in a...