villebro commented on code in PR #24129:
URL: https://github.com/apache/superset/pull/24129#discussion_r1252025596
##########
tests/integration_tests/charts/data/api_tests.py:
##########
@@ -476,7 +476,7 @@ def test_chart_data_prophet(self):
self.assertIn("sum__num__yhat", row)
self.assertIn("sum__num__yhat_upper", row)
self.assertIn("sum__num__yhat_lower", row)
- self.assertEqual(result["rowcount"], 47)
Review Comment:
I think we should update the query context so that it's not using the legacy
properties (`granularity`, `is_timeseries` etc). I wonder if that may be
causing issues.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]