Skip to content

Commit

Permalink
Re-add dropped semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
azhard committed May 8, 2020
1 parent f250d7a commit a31e788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bigquery/dbt/include/bigquery/macros/adapters.sql
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

create or replace view {{ relation }}
{{ bigquery_table_options(config, model, temporary=false) }}
as {{ sql }}
as {{ sql }};

{% endmacro %}

Expand Down

0 comments on commit a31e788

Please sign in to comment.