Skip to content

Commit

Permalink
replace model for include all results
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteh committed Jan 25, 2024
1 parent 07c8cfb commit b51347b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/upload_individual_datasets/upload_models.sql
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{% if var('dbt_artifacts_exclude_all_results', false) %}
null
{% else %}
'{{ tojson(model) | replace("\\", "\\\\") | replace("'","\\'") | replace('"', '\\"') }}' {# all_results #}
'{{ tojson(model_copy) | replace("\\", "\\\\") | replace("'","\\'") | replace('"', '\\"') }}' {# all_results #}
{% endif %}
)
{%- if not loop.last %},{%- endif %}
Expand Down

0 comments on commit b51347b

Please sign in to comment.