codeforkjeff / dbt-sqlite

A SQLite adapter plugin for dbt (data build tool)
Apache License 2.0
77 stars 13 forks source link

implement listagg macro #29

Open codeforkjeff opened 2 years ago

codeforkjeff commented 2 years ago

The closest thing in sqlite is group_concat. Maybe there's an extension that provides this? sqlean doesn't have it.