codeforkjeff / dbt-sqlite

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

implement date_trunc macro #27

Open codeforkjeff opened 2 years ago

codeforkjeff commented 2 years ago

I think is doable? The slightly tricky part is determining whether the passed-in value is date or timestamp.