Gabe Solomon

Results 4 comments of Gabe Solomon

This array-based solution worked for snowflake: select count(*) from T where array_contains(day::variant, STRTOK_TO_ARRAY(concat_ws(',', {{day}}), ' ,')) = TRUE Basically converting the input `{{day}}` values into an array, and then properly...

First of all, this package has been super helpful to me so far. I'm experiencing a similar issue of not seeing the right displayed "function" when using ``` logger::log_warnings() logger::log_errors()...

> > It would be super helpful to have this evaluate to the actual function (instead of "eval") which called the warning for meta-analysis of which functions in my code...

We are running into this issue as well. Agreed that the order should not matter, and the default behavior should be to use the data type that will lead to...