[hotfix] setting default value for druid_time_origin

This commit is contained in:
Maxime Beauchemin 2016-05-16 23:07:59 -07:00
parent d1f0276408
commit 4738b01125

View File

@ -238,6 +238,7 @@ class FormFactory(object):
('', 'default'),
('now', 'now'),
),
default='',
description=(
"Defines the origin where time buckets start, "
"accepts natural dates as in 'now', 'sunday' or '1970-01-01'")),