mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[druid] Updating refresh logic (#4655)
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user