PR #13 currently attempts to use tar_cue_age(), to update the local parquet dataset daily, but downstream targets didn't re-run. They appeared invalidated on tar_visnetwork(), but got skipped on tar_make(). Did I put the tar_cue_age() in the wrong place? Do I need a different way of invalidating that target?
PR #13 currently attempts to use
tar_cue_age()
, to update the local parquet dataset daily, but downstream targets didn't re-run. They appeared invalidated ontar_visnetwork()
, but got skipped ontar_make()
. Did I put thetar_cue_age()
in the wrong place? Do I need a different way of invalidating that target?