Skip to content

Commit

Permalink
clarify inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guenp committed Jan 30, 2024
1 parent 5d7f7fa commit 6e91597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/include/duckdb/macros/materializations/incremental.sql
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{% endcall %}
{% else %} {# SQL #}
{% do run_query(create_table_as(temporary, temp_relation, compiled_code, language)) %}
-- if not using a temporary table, i.e. for a remote database, drop the table at end of transaction
-- if not using a temporary table, i.e. for a remote database, drop the temp relation after we insert the data into the target relation
{% set need_drop_temp = not temporary %}
{% endif %}
{% do adapter.expand_target_column_types(
Expand Down

0 comments on commit 6e91597

Please sign in to comment.