malloydata / malloy

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

s/Unsupported/SQL native/ #1781

Closed mtoy-googly-moogly closed 4 months ago

mtoy-googly-moogly commented 4 months ago

User feedback from errors around unsupported types is not good. We could ...

  1. Use DIALECT_NAME native type 'XXX'
  2. Use SQL native type 'XXX' and that might be better because that would be more searchable
  3. Use 1 where we can and 2 when the dialect name is not at hand