▲ | mritchie712 6 days ago | |||||||
We built a transformation library[0] (think a simpler, more performant dbt) for duckdb and I'd really like to create a semantic layer as an extension for it at some point. Limiting support to only duckdb would make some really useful features trivial to implement. e.g. duckdb has a `json_serialize_sql` function that would handle a lot of the tedious parts of building a semantic layer. | ||||||||
▲ | datadrivenangel 5 days ago | parent [-] | |||||||
How do you compare your library to SQLMesh? | ||||||||
|