codeforkjeff / dbt-sqlite

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

implemented sqlite__datediff macro using epoch deltas #56

Open tom-juntunen opened 4 months ago

tom-juntunen commented 4 months ago

Overall I think it feels a bit hacky and I'd like to do more thorough testing against a full "solved" calendar table to see if the empirical factors need refinement, or if this implementation needs to be re-thought.