-
Notifications
You must be signed in to change notification settings - Fork 157
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
Support $import OperationOutcomes written when a Success #2390
Labels
Comments
QA is the same as #2910 |
The import with errors does not fill in the errors file of type ndjson. Following the QA info written up in issue 2910 |
prb112
added a commit
that referenced
this issue
Mar 3, 2022
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Mar 3, 2022
the error file now has information on what the error wss and from what line number from the input file. |
prb112
added a commit
that referenced
this issue
Mar 8, 2022
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Support $import OperationOutcomes written when a Success
The current behavior only stores the Error/Warning conditions on a Failure to $import.
Describe the solution you'd like
For S3/File import, we want to write Success Outcomes.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Acceptance Criteria
1.
GIVEN a Successful Import
AND at least one Warning
WHEN $import is started
AND $import is completed
THEN **oo_success.ndjson is created.
AND there is at least one OperationOutcome for the Successful Import
Additional context
Found in #2083
I suspect this is a 2 pointer.
The text was updated successfully, but these errors were encountered: