goto / compass

Metadata storage service
https://goto.github.io/compass/
Apache License 2.0
2 stars 0 forks source link

Add included_fields in GetAllAssets request to limit the response to return only the fields mentioned in included_fields #48

Open anjali9791 opened 1 year ago

anjali9791 commented 1 year ago

Is your feature request related to a problem? Please describe. Currently we send all fields in GetAllAssets response, if we add a field in request included_fields as present in search and group api as we will be able to send only the fields requested. In case it is empty we can send all the fields as we do today. And we can always send id irrespective of whether it is added in included_fields or not.