Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GSokol committed Aug 17, 2022
1 parent 3534f69 commit 3a1267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/macros/integer_type_value.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- macro integer_type_value() -%}
{%- if target.type == "snowflake" -%}
NUMBER(38,0)
{%- elif target.type === "bigquery" -%}
{%- elif target.type == "bigquery" -%}
INT64
{%- else -%}
INTEGER
Expand Down

0 comments on commit 3a1267b

Please sign in to comment.