Skip to content

Commit

Permalink
allow descending attribute in timeseries query (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakra authored and xvrl committed Jun 14, 2016
1 parent 9a802a3 commit 0afa2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydruid/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def timeseries(self, args):
"""
query_type = 'timeseries'
valid_parts = [
'datasource', 'granularity', 'filter', 'aggregations',
'datasource', 'granularity', 'filter', 'aggregations', 'descending',
'post_aggregations', 'intervals'
]
self.validate_query(query_type, valid_parts, args)
Expand Down

0 comments on commit 0afa2d7

Please sign in to comment.