You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...so that I can skip directories I do not want harvest to load
π Additional Details
From user:
We have non-archive files in our service directories to support serving the data. Things like DOI landing pages, for example, and pre-made bulk download files. The the loader is going to assume that everything in a directory is either a PDS4 label or something pointed to by a PDS4 label, it's going to choke. We could make an exclusion list of directory names, file names, and file extensions to ignore, if that would help.
Acceptance Criteria
Given a bundle_root/ directory with sub-directories root/subdir1 and root/subdir2, all containing PDS4 XML products When I perform harvest run with dataPath = bundle_root/ and excludePath = root/subdir2 Then I expect all the data from bundle_root/ and root/subdir1 to be loaded in to the Registry, but NOT data from root/subdir2
βοΈ Engineering Details
No response
π I&T
No response
The text was updated successfully, but these errors were encountered:
Checked for duplicates
No - I haven't checked
π§βπ¬ User Persona(s)
Node Operator
πͺ Motivation
...so that I can skip directories I do not want harvest to load
π Additional Details
From user:
Acceptance Criteria
Given a
bundle_root/
directory with sub-directoriesroot/subdir1
androot/subdir2
, all containing PDS4 XML productsWhen I perform harvest run with dataPath =
bundle_root/
andexcludePath
=root/subdir2
Then I expect all the data from
bundle_root/
androot/subdir1
to be loaded in to the Registry, but NOT data fromroot/subdir2
βοΈ Engineering Details
No response
π I&T
No response
The text was updated successfully, but these errors were encountered: