tar_download: no ETag or Last-Modified for url #114
Replies: 1 comment
-
You could try Lines 158 to 180 in 4f75eff |
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
-
I'd like to use
tar_download
to download and store source data for my analysis. But when I try to run the pipeline, I get:I understand that this function is designed to watch a remote source, but is there a way to disable that and just have it invalidate when the downloaded files are missing (other than writing a target manually)?
I was a bit confused because the error (and the documentation for
tar_download
) implies that thefile
argument can be set, but it also sounds like that is fixed when usingtar_download
(since it returns two target objects - one withformat = "url"
and one withformat = "file"
).Thanks!
Beta Was this translation helpful? Give feedback.
All reactions