Skip to content

Commit

Permalink
Add analysisTypes to segment metadata query (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
drcrallen authored and fjy committed Jun 22, 2016
1 parent 0afa2d7 commit f9645c9
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 @@ -333,7 +333,7 @@ def segment_metadata(self, args):
:rtype: Query
"""
query_type = 'segmentMetadata'
valid_parts = ['datasource', 'intervals']
valid_parts = ['datasource', 'intervals', 'analysisTypes']
self.validate_query(query_type, valid_parts, args)
return self.build_query(query_type, args)

Expand Down

0 comments on commit f9645c9

Please sign in to comment.