malloydata / malloy

Malloy is an experimental language for describing data relationships and transformations.
http://www.malloydata.dev
MIT License
1.91k stars 75 forks source link

Source names (and resulting aliases) are not properly quoted. SQL reserve words present a problem #1733

Closed lloydtabb closed 2 months ago

lloydtabb commented 2 months ago

This won't compile

source: create is duckdb.table('malloytest.state_facts')

run: create -> {select: *}