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

refactor: return dr_id in response.data in PostDataRequest message #66

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

jamesondh
Copy link
Contributor

Motivation

Query responses return a Response with the data property. To make it easier to get the data request ID after posting a data request, this PR also returns it in the execute message PostDataRequest.

Explanation of Changes

  • return dr_id in response.data in post_data_requests

I could not identify any other functions where return data is necessary.

Testing

n/a, tests still passing

Related PRs and Issues

Closes #51

@jamesondh jamesondh changed the title refactor: return dr_id in response.data in PostDataRequest messaeg refactor: return dr_id in response.data in PostDataRequest message Sep 20, 2023
@jamesondh jamesondh changed the base branch from fix/update-hashing to main September 25, 2023 13:34
@jamesondh jamesondh force-pushed the refactor/response-data branch from ea62f75 to 6845a35 Compare September 25, 2023 13:37
@jamesondh jamesondh merged commit 6845a35 into main Sep 25, 2023
4 checks passed
@jamesondh jamesondh deleted the refactor/response-data branch September 25, 2023 13:47
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.

🔧 Return relevant Response.data for execute messages
3 participants