Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use datediff macro over extracting
day
from timedelta
- various sql engines do not allow interval extraction from delta (as deltas are passed as numeric types); concretely: snowflake, likely others - use the dbt standard datediff macro to open up possibility to other sql engines - arguably more idiomatic - bring in line with other recent changes by @katy-sadowski
- Loading branch information