Skip to content

Commit

Permalink
Adds missing metric sum__SP_RUR_TOTL (#7452)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjurney authored and mistercrunch committed May 7, 2019
1 parent 2497048 commit f3d8e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/data/world_bank.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def load_world_bank_health_n_pop():

metrics = [
'sum__SP_POP_TOTL', 'sum__SH_DYN_AIDS', 'sum__SH_DYN_AIDS',
'sum__SP_RUR_TOTL_ZS', 'sum__SP_DYN_LE00_IN',
'sum__SP_RUR_TOTL_ZS', 'sum__SP_DYN_LE00_IN', 'sum__SP_RUR_TOTL'
]
for m in metrics:
if not any(col.metric_name == m for col in tbl.metrics):
Expand Down

0 comments on commit f3d8e8a

Please sign in to comment.