Skip to content

Commit

Permalink
Fix typo in druid granularity (apache#6229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreythewang authored and bipinsoniguavus committed Dec 24, 2018
1 parent 73d88b4 commit 56a2b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/connectors/druid/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def full_name(self):
def time_column_grains(self):
return {
'time_columns': [
'all', '5 seconds', '30 seconds', '1 minute', '5 minutes'
'all', '5 seconds', '30 seconds', '1 minute', '5 minutes',
'30 minutes', '1 hour', '6 hour', '1 day', '7 days',
'week', 'week_starting_sunday', 'week_ending_saturday',
'month', 'quarter', 'year',
Expand Down

0 comments on commit 56a2b99

Please sign in to comment.