malloy
malloy copied to clipboard
Cannot use a `project` and a `calculate` in the same query when the source is SQL
sql: one_sql is {
select: """SELECT 1 as one"""
connection: "bigquery"
}
query: from_sql(one_sql) -> {
project: *
calculate: s is lag(one)
}
Error: PROJECT cannot be used on queries with turtles