Skip to content

Commit

Permalink
Merge pull request dbt-labs#50 from fishtown-analytics/fix/49
Browse files Browse the repository at this point in the history
fixed issue 49
  • Loading branch information
jthandy authored Jan 31, 2018
2 parents 0873c13 + e8017e4 commit f290082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/cross_db_utils/datediff.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
{% macro bigquery__datediff(first_date, second_date, datepart) %}

date_diff(
{{first_date}},
{{second_date}},
{{first_date}},
{{datepart}}
)

Expand Down

0 comments on commit f290082

Please sign in to comment.