Fabrício Kury
Fabrício Kury
### Requested Feature As discussed [here](https://github.com/synthetichealth/synthea/discussions/1246), the idea is to make it possible to know the provenance (which state of which module) of each record in the output. Say a...
This is similar to https://github.com/tidyverse/dbplyr/issues/651 and https://github.com/tidyverse/dbplyr/issues/1026, but for Databricks the server expects: `LAST_VALUE(expr, true)` instead of `LAST_VALUE(expr) IGNORE NULLS` The `true` there means _"yes, ignore nulls"_: https://docs.databricks.com/sql/language-manual/functions/last_value.html I was...
From my perspective, this error started happening at some point in the past few weeks. Merely calling `dplyr::distinct()` on a lazy (remote) tibble gives: ```r Error in arrange(., !!sym(row_num)): 1...