[POC] Add Data Designer recipe CLI#610
[POC] Add Data Designer recipe CLI#610oliverholworthy wants to merge 1 commit intoNVIDIA-NeMo:mainfrom
Conversation
Signed-off-by: Oliver Holworthy <1216955+oliverholworthy@users.noreply.github.com>
Linked Issue CheckThis PR does not reference an issue. External contributions must link to Add one of the following to your PR description:
If no issue exists yet, open one See CONTRIBUTING.md |
|
Thank you for your submission! We ask that you sign our Developer Certificate of Origin before we can accept your contribution. You can sign the DCO by adding a comment below using this text: I have read the DCO document and I hereby sign the DCO. You can retrigger this bot by commenting recheck in this Pull Request. Posted by the DCO Assistant Lite bot. |
|
Closing this older
The newer split is intended to align better with the Data Designer recipe feedback: keep executable workflow support independently reviewable, then add external recipe registration without coupling DataDesigner core to a specific recipes repository. |
Summary
This is a proof of concept for making application-level Data Designer pipelines installable and discoverable as recipes.
It adds a small recipe API, entry point discovery via data_designer.recipes, and CLI commands for listing, inspecting, validating, previewing, and running installed recipes.
Notes