We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6960e1b commit 859d066Copy full SHA for 859d066
macros/query_comment.sql
@@ -8,7 +8,10 @@
8
target_name=target.name,
9
target_database=target.database,
10
target_schema=target.schema,
11
- invocation_id=invocation_id
+ invocation_id=invocation_id,
12
+ run_started_at=run_started_at.astimezone(modules.pytz.utc).isoformat(),
13
+ full_refresh=flags.FULL_REFRESH,
14
+ which=flags.WHICH,
15
) -%}
16
17
{%- if node is not none -%}
@@ -23,9 +26,6 @@
23
26
node_resource_type=node.resource_type,
24
27
node_meta=node.config.meta,
25
28
node_tags=node.tags,
- run_started_at=run_started_at.astimezone(modules.pytz.utc).isoformat(),
- full_refresh=flags.FULL_REFRESH,
- which=flags.WHICH,
29
30
31
{%- if flags.INVOCATION_COMMAND -%}
0 commit comments