Skip to content

Commit 859d066

Browse files
committed
Adjust query comment order
1 parent 6960e1b commit 859d066

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

macros/query_comment.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
target_name=target.name,
99
target_database=target.database,
1010
target_schema=target.schema,
11-
invocation_id=invocation_id
11+
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,
1215
) -%}
1316

1417
{%- if node is not none -%}
@@ -23,9 +26,6 @@
2326
node_resource_type=node.resource_type,
2427
node_meta=node.config.meta,
2528
node_tags=node.tags,
26-
run_started_at=run_started_at.astimezone(modules.pytz.utc).isoformat(),
27-
full_refresh=flags.FULL_REFRESH,
28-
which=flags.WHICH,
2929
) -%}
3030

3131
{%- if flags.INVOCATION_COMMAND -%}

0 commit comments

Comments
 (0)