David Ranzolin
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: 
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...