Skip to content

Commit

Permalink
Adjust query comment order
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallRees committed May 14, 2024
1 parent 6960e1b commit 859d066
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions macros/query_comment.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
target_name=target.name,
target_database=target.database,
target_schema=target.schema,
invocation_id=invocation_id
invocation_id=invocation_id,
run_started_at=run_started_at.astimezone(modules.pytz.utc).isoformat(),
full_refresh=flags.FULL_REFRESH,
which=flags.WHICH,
) -%}

{%- if node is not none -%}
Expand All @@ -23,9 +26,6 @@
node_resource_type=node.resource_type,
node_meta=node.config.meta,
node_tags=node.tags,
run_started_at=run_started_at.astimezone(modules.pytz.utc).isoformat(),
full_refresh=flags.FULL_REFRESH,
which=flags.WHICH,
) -%}

{%- if flags.INVOCATION_COMMAND -%}
Expand Down

0 comments on commit 859d066

Please sign in to comment.