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 load data into the registry where we compressed the archive product and removed the uncompressed version from the filesystem prior to harvesting the metadata
π Additional Details
No response
Acceptance Criteria
Given When I perform Then I expect
βοΈ Engineering Details
Proposed design:
New β--compressed-mappingβ argument to Harvest - CSV table that includes LIDVID,compressed_filename
Harvest will attempt to load all products in bundle/directory like normal
If product LIDVID == LIDVID from CSV table
a. Add additional step to read the compressed_filename and add the following metadata to the Registry:
jordanpadams
changed the title
As a Node Operator, I want to specify an alternate compressed filename for 1 or more archive products
As a Node Operator, I want to specify an alternate file paths for 1 or more archive products
Sep 22, 2023
Checked for duplicates
Yes - I've already checked
π§βπ¬ User Persona(s)
Node Operator, Data User
πͺ Motivation
...so that I can load data into the registry where we compressed the archive product and removed the uncompressed version from the filesystem prior to harvesting the metadata
π Additional Details
No response
Acceptance Criteria
Given
When I perform
Then I expect
βοΈ Engineering Details
Proposed design:
New β--compressed-mappingβ argument to Harvest - CSV table that includes
LIDVID,compressed_filename
Harvest will attempt to load all products in bundle/directory like normal
If product LIDVID == LIDVID from CSV table
a. Add additional step to read the
compressed_filename
and add the following metadata to the Registry:b. If
//File/file_name
not found, decompresscompressed_filename
into temp space, get the applicableops:Data_File_Info
metadata, and cleanupSome questions:
ops:Data_File_Compressed_Info
class or underops:Data_File_Info
as something likeops:Data_File_Info/ops:compressed_file_ref
?The text was updated successfully, but these errors were encountered: