malloy
malloy copied to clipboard
Field reference in nest erroneously inherits tag from reference in outer query
run: duckdb.sql("SELECT 1 AS one") -> {
# x
group_by: one
nest: n is {
group_by: one
}
}
n.one
is getting the # x
tag when it shouldn't.
@skokenes