malloydata / malloy

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

Composite ("cube") sources MVP #2012

Closed christopherswenson closed 1 week ago

christopherswenson commented 1 week ago

This PR adds the notion of a "composite" source to Malloy. This feature is experimental, and can be enabled with the ##! experimental.composite_sources tag. Composite sources are used for handling cubed data.

Syntax: Note, this syntax is subject to change

Semantics:

Known Limitations:

Other Future Work: