-
Help
DescriptionHi
Rainer |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Oh - thanks for the clarification - makes sense. At the moment, I have defined the target function that it saves the hive partitioned dataset and returns the file patch - but as a normal target (without save_hive_parquet <- function(data){
path <- "./somewhere"
unlink(path, recursive = TRUE)
save_to_hive(data, path)
return(path) and tar_target(parquet_hive, save_hive_parquet(data)), Do I just have to specify |
Beta Was this translation helpful? Give feedback.
-
OK - setting Thanks. |
Beta Was this translation helpful? Give feedback.
-
And it does work. |
Beta Was this translation helpful? Give feedback.
OK - setting
format = "file"
and not changing anything (i.e. still returning the path to the dataset) should work.Thanks.