Skip to content

Commit

Permalink
update query to use adapter.quote
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 committed Aug 1, 2024
1 parent 1d83c86 commit 13f3f35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
-- add a non-zero version to the end of the command to get a different version:
-- --vars "{'version': 1}"
select {{ dbt.current_timestamp() }} as inserted_at, 'john' as Name, 'engineer' as "Job"
select {{ dbt.current_timestamp() }} as inserted_at, 'john' as Name, 'engineer' as {{ adapter.quote("Job") }}
{% endif %}
"""
Expand Down

0 comments on commit 13f3f35

Please sign in to comment.