malloy
malloy copied to clipboard
line_chart requires `top` to return almost anything
What happens?
http://github.com/vitiral/malloy-groundhog.git
My guess is that it auto-limits the number of data points on queries. The limit should be raised considerably for graphs/etc IMO.
Without top
With top
To Reproduce
Code:
# line_chart
run: GroundhogPredictions -> {
join_one: Prophecy5 with state
where: Prophecy5.state != null
group_by: `year` is `day`.year -- groundhog day
aggregate: prophetic_wisdom is sum(prophetic_wisdom)
group_by: state
top: 1000 /* <------- */
}
OS:
gLinux
Malloy Client:
local VSCode
Malloy Client Version:
latest extension
Database Connection:
DuckDB