Skip to content

Commit

Permalink
make code comment inline
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Oct 29, 2024
1 parent 12920c3 commit 79b5c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/include/bigquery/macros/materializations/table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ df.write \
{%- endif %}
{%- endif %}
{% else %}
.option("writeMethod", "direct") \ # if no partitioning is specified, we can write directly
.option("writeMethod", "direct") \# if no partitioning is specified, we can write directly
{%- endif %}
{%- if raw_cluster_by is not none %}
.option("clusteredFields", "{{- raw_cluster_by | join(',') -}}") \
Expand Down

0 comments on commit 79b5c68

Please sign in to comment.