Skip to content

Commit

Permalink
chore: Add metrics_b as viable metric form data parameter (#15646)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed Jul 13, 2021
1 parent 1483e04 commit 351d3c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset/connectors/base/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@

METRIC_FORM_DATA_PARAMS = [
"metric",
"metrics",
"metric_2",
"metrics",
"metrics_b",
"percent_metrics",
"secondary_metric",
"size",
Expand Down

0 comments on commit 351d3c5

Please sign in to comment.