Jaymin-adzmedia commented on issue #8820: groupBy() query is not working in 
Node Js
URL: 
https://github.com/apache/incubator-druid/issues/8820#issuecomment-550283208
 
 
   Hello vogievetsky,
   
   Here is my query in node:
   
   > var queryRep = client.timeseries();
   >                     queryRep.dataSource(APP_REPORTING_DATA_SOURCE)
   >                         .granularity(reqGranularity)
   >                         .aggregation('count', 'rows');
   
   when I add limit(maxLimit) in query it is showing me.
   
   ```
   TypeError: client.timeseries(...).limit is not a function
   2|DSP-api  |     at dimensionData 
(/home/ec2-user/reports/dsp_reports/controllers/ReportController.js:255:56)
   ```
   
   Can you help me in this case?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to