We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e3196 commit b1f19e5Copy full SHA for b1f19e5
1 file changed
macros/run_end/save_results_history.sql
@@ -91,7 +91,7 @@
91
'failures_json': '' ~ failures_list,
92
'failures_table': el.node.relation_name or none,
93
'severity': el.node.config.severity,
94
- 'compiled_sql': el.node.compiled_sql or none,
+ 'compiled_sql': el.node.compiled_sql or el.node.compiled_code or none,
95
'run_at': run_started_at_str,
96
})
97
}}
0 commit comments