-
Notifications
You must be signed in to change notification settings - Fork 479
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
feat(state) - Query filter fields in the response item #3485
base: main
Are you sure you want to change the base?
Conversation
Do you have an issue opened for this PR with a proposal or discussion? Or can you link to a Discord conversation where this was discussed with maintainers? |
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
fbcf113
to
71a63cd
Compare
@berndverst I've just created a proposal ticket for this implementation #3506 |
f6e5843
to
9a05721
Compare
36c54f1
to
ff4c622
Compare
ff4c622
to
107649e
Compare
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
…rt only a subset of attribute from from value data object, setting the map in the metadata request Signed-off-by: Luigi Rende <[email protected]>
… opportunity to export only a subset of attribute from from value data object, setting the map in the metadata request Signed-off-by: Luigi Rende <[email protected]>
…port only a subset of attribute from value data object, setting the map in the metadata request Signed-off-by: Luigi Rende <[email protected]>
…xport only a subset of attribute from value data object, setting the map in the metadata request Signed-off-by: Luigi Rende <[email protected]>
Signed-off-by: Luigi Rende <[email protected]>
Signed-off-by: Luigi Rende <[email protected]>
Signed-off-by: Luigi Rende <[email protected]>
107649e
to
63bffc8
Compare
Description
Add in the query request the opportunity to export only a subset of attribute from value data object, setting the map in the metadata request.
For the Redis, MongoDB, CosmosDB, Postgresql, CockroachDB state is possible to set in the metadata the parameter querySelectedAttributes to define from ResponseItem which field extract.
ex. with this configuration [{"name":"surname", "path":"employee.surname", "type": "Text"}, {"name":"productPrice", "path":"product.price", "type": "Numeric"}] the response Item will be in this format {"surname":"Jack", "productPrice":34.12}
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #3506
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: