joaquinbravo23

Results 1 issues of joaquinbravo23

I was having an issue working with dbt_utils.date_spine, getting the following error: ![image](https://github.com/joaquinbravo23/tsql-utils/assets/103215772/1659aa0c-7d42-417b-a9e9-6ab3b853ec60) By making this change the macro worked as expected `dbt_utils.dateadd` to `dbt.dateadd` `dbt_utils.datediff` to `dbt.datediff` I believe...