Skip to content

Commit

Permalink
[druid] Renaming refresh_async method (#3899)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored and mistercrunch committed Nov 18, 2017
1 parent 39ee33a commit 4d204b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/connectors/druid/models.py
Expand Up @@ -122,9 +122,9 @@ def refresh_datasources(
ds_refresh.append(datasource_name)
else:
return
self.refresh_async(ds_refresh, merge_flag, refreshAll)
self.refresh(ds_refresh, merge_flag, refreshAll)

def refresh_async(self, datasource_names, merge_flag, refreshAll):
def refresh(self, datasource_names, merge_flag, refreshAll):
"""
Fetches metadata for the specified datasources andm
merges to the Superset database
Expand Down

0 comments on commit 4d204b3

Please sign in to comment.