Replies: 2 comments
-
|
Sounds like you're keeping the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Tried to reproduce again and it seemed to work as expected. Was likely a mistake on my part earlier failing to upload the updated file target and just uploading the _targets folder. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Help
Description
I have a target of the form:
tar_target( polygons_parquet_path, { output_path <- file.path( raw_data_directory, "output.parquet" ) # code to make the parquet output_path }, format = "file" ),and when I upload my targets pipeline to a different machine, including this file, but change raw_data_directory, this one goes out of date (at least because the dependency
raw_data_directoryhas changed).But, when I change it to keep
raw_data_directorythe same in R and use the OS to create a symlink on the first machine, it still goes out of date. Should that work? Any advice on troubleshooting?The tar_meta() calls are identical, other than the
datafield following remaking the target on the new machine.Any troubleshooting tips?
Beta Was this translation helpful? Give feedback.
All reactions