[druid] Updating refresh logic (#4655)

This commit is contained in:
John Bodley
2018-03-26 18:35:43 -07:00
committed by GitHub
parent 52b925fee8
commit f9d85bd2e1
5 changed files with 182 additions and 55 deletions

View File

@@ -166,10 +166,9 @@ def load_examples(load_test_data):
)
@manager.option(
'-m', '--merge',
help=(
"Specify using 'merge' property during operation. "
'Default value is False '
),
action='store_true',
help="Specify using 'merge' property during operation.",
default=False,
)
def refresh_druid(datasource, merge):
"""Refresh druid datasources"""