moj-analytical-services / Rdbtools

Accessing Athena on the Analytical Platform
Other
4 stars 0 forks source link

tidyr::fill() not working with tbl_MoJAthenaConnection object #15

Closed andreassoteriadesmoj closed 2 years ago

andreassoteriadesmoj commented 2 years ago

Please see this: https://github.com/tidyverse/dbplyr/issues/967

andreassoteriadesmoj commented 2 years ago

Here's my temporary workaround for filling tables in our MoJ database:

https://github.com/moj-analytical-services/bold-rr-offendeR/blob/main/R/fill_nas_with_previous_value.R

andreassoteriadesmoj commented 2 years ago

Just wanted to flag this issue here. It needs to be fixed in dbplyr directly. I'll fork the repo the give it a go.