-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reconcile validations with ingest-api #113
Comments
I found one example of duplicated logic so far between the two repos (and will update this comment as I find more). The
and
After the discover workflow kicks off an ingest workflow by calling the ingestion endpoint defined the Therefore, in TLDR
|
What
The workflows API duplicates validations that are executed by the ingest API. We need to make sure these have the same effect and/or are removed as not needed in workflows.
Moreover, the current workflows API schema base model does not include the
renders
orproviders
fields and will fail when run with those properties. Either these fields should be included in the workflows model or leave downstream schema validation to ingestion API.AC
The text was updated successfully, but these errors were encountered: