From b42c566fab29ef96001529e21aa066bedde37657 Mon Sep 17 00:00:00 2001 From: Rob Scriva Date: Tue, 20 Feb 2024 12:28:17 +1030 Subject: [PATCH] Update query_comment.sql --- macros/query_comment.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/macros/query_comment.sql b/macros/query_comment.sql index 6d80ba3..8337ae9 100644 --- a/macros/query_comment.sql +++ b/macros/query_comment.sql @@ -11,6 +11,12 @@ invocation_id=invocation_id ) -%} + {% if thread_id %} + {%- do comment_dict.update( + thread_id=thread_id + ) -%} + {% endif %} + {%- if node is not none -%} {%- do comment_dict.update( node_name=node.name,