mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
chore: Add Cypress tests for drill by (#23849)
This commit is contained in:
committed by
GitHub
parent
31d33592ef
commit
60046ca1cc
@@ -335,7 +335,7 @@ def create_slices(tbl: SqlaTable) -> List[Slice]:
|
||||
viz_type="mixed_timeseries",
|
||||
metrics=["sum__num"],
|
||||
groupby=["gender"],
|
||||
metrics_b=["count"],
|
||||
metrics_b=["sum__num"],
|
||||
groupby_b=["state"],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user