Skip to content

Commit b5de241

Browse files
author
Michael Myaskovsky
committed
removed debug function
1 parent 23d78b7 commit b5de241

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

macros/edr/dbt_artifacts/upload_run_results.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
{% set run_result_dict = elementary.get_run_result_dict(run_result) %}
4444
{% set node = elementary.safe_get_with_default(run_result_dict, 'node', {}) %}
4545
{% set config_dict = elementary.safe_get_with_default(node, 'config', {}) %}
46-
{{ debug()}}
4746
{% set flatten_run_result_dict = {
4847
'model_execution_id': elementary.get_node_execution_id(node),
4948
'invocation_id': invocation_id,

0 commit comments

Comments
 (0)