Skip to content

Commit

Permalink
Merge branch 'main' into add_sql_server_support
Browse files Browse the repository at this point in the history
  • Loading branch information
michelley-an authored Sep 25, 2024
2 parents d189c98 + 5e824d2 commit 77872fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/database_specific_helpers/parse_json.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{%- endmacro %}

{% macro snowflake__parse_json(field) -%}
parse_json({{ field }})
try_parse_json({{ field }})
{%- endmacro %}

{% macro bigquery__parse_json(field) -%}
Expand Down

0 comments on commit 77872fd

Please sign in to comment.