How to update druid_query column in dataset_metadata table via Data Exhaust Meta APIs #141
-
We have a requirement to add additional columns for “Status Report - Project” CSV. These two columns are already present in druid sl-projects data-source. In order to get these columns from the druid we have to modify druid_query config in dataset_metadata table when As OnDemandDruidExhaustJob in core-dataproducts repo is a generic data-product this will query dataset_metadata table to get and construct druid query and build the desired CSV based on the druid columns. Hence we need access for the following API's to modify this config https://github.com/Sunbird-Obsrv/sunbird-analytics-service/blob/fc5578fdc3174669a2a2347ff2b95d11f0c61718/analytics-api/conf/routes#L36C1-L39C1 @sowmya-dixit @manjudr Please help us with the complete postman collection and authorization token for the above mentioned API's Cc: @vijiurs @aks30 @rakeshSgr |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@Vivek-M-08 - The hyperlink here seems to be inaccessible. Therefore, I am providing the PDF documentation for the Sunbird Data Exhaust APIs here: Sunbird Data Exhaust APIs.pdf. Kindly review the documentation and utilize the necessary API. Additionally, please get the authorization token for the specific environment from the DevOps person. |
Beta Was this translation helpful? Give feedback.
Thank you @sowmya-dixit
The problem was fixed. The reason for the issue was that I was using the GET HTTP method by default when I was hitting the API in Postman, and I had not enabled the Follow original HTTP method option in settings.