Skip to content
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

Bulk Data 2.0.0 Export Response needs updates to PollingLocationResponse #3087 #3352

Merged
merged 2 commits into from
Feb 16, 2022

Conversation

prb112
Copy link
Contributor

@prb112 prb112 commented Feb 16, 2022

Signed-off-by: Paul Bastide pbastide@us.ibm.com

…nse #3087

Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
…nse #3087

Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
@prb112 prb112 requested a review from lmsurpre February 16, 2022 14:55
@prb112 prb112 self-assigned this Feb 16, 2022
+ " \"count\": 3000\n" + " },\n" + " {\n"
+ " \"type\": \"type4\",\n" + " \"url\": \"url4\",\n"
+ " \"count\": 4000\n" + " }\n" + " ]\n" + "}");
"{\n \"transactionTime\": \"\",\n \"request\": \"request\",\n \"requiresAccessToken\": false,\n \"output\": [\n {\n \"type\": \"type\",\n \"url\": \"url\",\n \"count\": 1000\n },\n {\n \"type\": \"type2\",\n \"url\": \"url2\",\n \"count\": 2000\n }\n ],\n \"error\": [\n {\n \"type\": \"type3\",\n \"url\": \"url3\",\n \"count\": 3000\n },\n {\n \"type\": \"type4\",\n \"url\": \"url4\",\n \"count\": 4000\n }\n ],\n \"deleted\": [\n {\n \"type\": \"dtype3\",\n \"url\": \"urld3\",\n \"count\": 13000\n },\n {\n \"type\": \"dtype4\",\n \"url\": \"urld4\",\n \"count\": 44000\n }\n ]\n}");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will be excited when we can use multiline literals :-)

Copy link
Member

@lmsurpre lmsurpre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lmsurpre lmsurpre merged commit b7e4eda into main Feb 16, 2022
@lmsurpre lmsurpre deleted the issue-3087 branch February 16, 2022 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants