Andrew Kane

Results 377 comments of Andrew Kane

Hey @MasterOdin, thanks for the PR! Will dig into this next time I'm working with Redshift (not sure when that'll be exactly).

Hey @tripleee, this is by design (for DOM performance). You can use the search box to narrow down the list of queries.

Hey @frank-west-iii, you can use the `blazer:send_failing_checks` task to get a daily summary of failed checks (if that works for your use case).

Hey @basilkhan05, thanks for this one as well. Will take a look when I have some time.

Hey @VicenteFava, thanks for the suggestion! For the database, it's best to set a statement timeout to limit the impact of individual queries. For the server, it'd be good to...

Hey @justinboynton, Blazer 2.6+ has stricter limitations on where variables can be placed in queries (to address #392). For instance, they can't be placed directly in strings like above. One...

Added some hints to the error message.

Hey @pandu-49, thanks for another PR! I like the idea. It should probably only run the uniqueness validation when the name changes, so existing queries and dashboards that have duplicate...

Hey @stevevance, the time zone for the date selector is determined by the time zone set in `blazer.yml`. Times are then converted to UTC before being passed to the database....

Hey @stevevance, I'm not sure I understand your last comment. The time zone selector is working as designed / expected.