Skip to content

Commit fb11f2b

Browse files
authored
use raw string in google bigquery to avoid parsing illegal escape characters (#105)
1 parent ecdf5e5 commit fb11f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
{%- macro bigquery__quote_string(str) %}
3-
"""{{ str }}"""
3+
r"""{{ str }}"""
44
{% endmacro %}

0 commit comments

Comments
 (0)