NASA-PDS / nucleus

Nucleus is a software platform used to create workflows for the Planetary Data (PDS).
https://nasa-pds.github.io/nucleus
Apache License 2.0
0 stars 0 forks source link

Use PDS Validate tool with manifest support in Nucleus DAGs for referential integrity validation #81

Closed ramesh-maddegoda closed 5 months ago

ramesh-maddegoda commented 5 months ago

💡 Description

Nucleus DAGs use a manifest of product labels to process a batch of products. However, the earlier versions of PDS Validate tool did not have a feature to do referential integrity validation for a batch of products. The current latest version of validate supports this and it is required to use this PDS Validate tool with manifest support in Nucleus DAGs for referential integrity validation.

⚔️ Parent Epic / Related Tickets

No response

ramesh-maddegoda commented 5 months ago

Made code changes to include PDS Validate tool with manifest support in Nucleus DAGs for referential integrity validation and created the pull request: https://github.com/NASA-PDS/nucleus/pull/82