druid-io / pydruid

A Python connector for Druid
Other
507 stars 198 forks source link

Support for TopNMetricSpec #61

Open the-dcruz opened 8 years ago

the-dcruz commented 8 years ago

Looks like passing a TopNMetricSpec for a TopN query is currently not supported since metric passed into topn is a string.

From topn docstring:

:param str metric: Metric over which to sort the specified dimension by
fjy commented 7 years ago

@the-dcruz any chance you can submit a PR for this?