David Ranzolin

Results 33 comments of David Ranzolin

I experienced the same issue with `read_csv()`. A single double quote preceding one of the values omitted the remaining records. Only the warning from `fread()` saved me: ![image](https://github.com/tidyverse/readr/assets/9537384/0f184ea9-d84b-44e9-813e-47d909f77e86)

Hmmm, does the second path already exist at runtime? Or is it created during? Without testing I think you'd have to do something like: ``` list( tar_sql( max_migration_version_str, path =...

Whoa @kiwiroy, I think I prefer that to what we have now. Putting the connection function in `_targets.R` fits thematically with all the other targets configurations. At least one reason...