Unexpected rebuilds when using tar_group() + iteration = 'group' #507
-
In my pipeline, I have a step that first fetches information for a list of states I provide. Then, based on the returned information, I want to branch over individual state data and kick off a long data download per state. It is critical to me that my pipeline only rebuilds states when absolutely necessary. Below is a reproducible example of this pattern but without actual data retrieval code, just prints "Fetching data". To tackle this pipeline challenge, I thought that using I am wondering why the Using
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Could it be related to ropensci/tarchetypes#53? Would you try the development version of targets? |
Beta Was this translation helpful? Give feedback.
Could it be related to ropensci/tarchetypes#53? Would you try the development version of targets?