-
Notifications
You must be signed in to change notification settings - Fork 2
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
Friendly structured report #292
Conversation
Examples of what the results looks like:
Command: python3 main.py --csv_file csv/users.csv --resource_type users --log_level info --report_response true
Command: python3 main.py --csv_file csv/locations/locations_full.csv --resource_type locations --log_level info --report_response true
|
Nooice!!, my cents:
Regarding the rowNumber, I will let consultations with the pms guide if this meets the ux needs for identifying which record needs to change, this could happen in QA maybe. cc @dubdabasoduba @AnnieMungai
Would update action yield a different response?. i.e. for instances where an error happens during secondary requests that are needed to inform on how the final transaction payload is built. Also, a minor request, to standardize the |
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes #263
Engineer Checklist
./gradlew spotlessApply
to check my code follows the project's style guide