Open natanlao opened 5 years ago
Just to clarify, requiring a header isn't the same as requiring values in those columns. Are yousaying that a file cannot be found if the bundle specifics are not specified?
Not that it can't be found, but that (at least by my read) the manifest downloading code always assumes that a bundle is being downloaded, which means that the download operation would fail were bundle_uuid
and bundle_version
omitted from a manifest row.
Per the documentation for
download_manifest
:As such, files cannot be specified in a manifest independent of a bundle.