Joran Elias
Joran Elias
I have also experienced the same issue, had to revert to 2.1.1.
Discovered this myself recently. It really should be a trivial fix. I think you just need to include `quiet = res@quiet` in the `bq_table_download` call when defining the `dbFetch` method...
A more flexible version of this would be support for passing a list of data frames and then vectorized arguments `startCol` and `startRow` that define the placement of each data...
I just noticed the same issue. The problem seems to stem from the internal function `parse_8601_compact()`, which assumes a datetime format of `"%Y%m%dT%H%M"` but what I see in the json...
Sure, updated with: - Fixed test for `nest_extract()` which I'd bungled badly somehow - Committed doc changes after running `devtools::document()` - Updated DESCRIPTION to move **tidyr** to Depends `devtools::test()` reports...
Awesome, thanks! That's funny, it's a fair bit of code (and functionality) being added, but it didn't feel all that significant; mostly just copy & pasting the mutate+map pattern from...
> I am not sure how spinnaker works, but I hit the same problem while trying to use CloudBuild from Google Workflows. What I found out, after some research and...
I'm a little confused, I'm still getting the warning upon creating a connection, but none of the errors, the actual functionality seems to be fine. On Windows, with dbplyr 2.3.0...
Thanks @EmilHvitfeldt for the quick response. I'm aware of all the behavior you point out, but I still maintain that allowing finer control over the prefixes would be a significant...
I encounter it mostly with `step_holiday()` but I made my suggestion a little more general because I wasn't sure if there would be a preference adding something like this for...