-
Notifications
You must be signed in to change notification settings - Fork 3
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
Validation at file download stage #47
Comments
Deployed to staging. After making download call without namespaces, API stores validation log file and it can be pulled using the following call: |
@LukeItUp this endpoint always returns |
A button was pushed to staging. It's present after you download the file without ns. |
Also, the first download button, downloads the validation file, not the dictionary. |
If the user selects the option
Without namespaces
, then we need to package the information about validation in a txt file and provide a download link. Which means that after the transformation is complete, in addition to the file download link, we also need to have a link for the validation log file.This is the output of the
mapper.Transform
function:@LukeItUp, can you prepare the backend function?
The text was updated successfully, but these errors were encountered: