Skip to content

Commit

Permalink
fix: samples should not be timeseries (#12796)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored and villebro committed Jan 29, 2021
1 parent 926fdce commit 0456563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def get_samples(self) -> List[Dict[str, Any]]:
query_obj = self.query_obj()
query_obj.update(
{
"is_timeseries": False,
"groupby": [],
"metrics": [],
"orderby": [],
Expand Down

0 comments on commit 0456563

Please sign in to comment.