malloydata / malloy

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

Unknown Dialect error on Unknown Join #374

Closed lloydtabb closed 2 years ago

lloydtabb commented 2 years ago

When you attempt to join something and the source is unknown you get an Unknown Dialect error instead of an unknown join.

image

explore: flights is table('malloy-data.faa.flights') {
 join_one: carriers with carrier
}
mtoy-googly-moogly commented 2 years ago

OK, what I see is this:

image

I don't like this, it would be way better if the name were underlined, but it is not showing me "Unknown Dialect", and so I need a repro for that.

mtoy-googly-moogly commented 2 years ago

OK, the error now highlights properly (there's been a bunch of work on errors in the last week). I could never repro the unknown dialect problem. Re-open if you get a reproducible case.