Skip to content

Commit

Permalink
Merge pull request #27 from bisset-a/add_metadata_to_query_comment
Browse files Browse the repository at this point in the history
Adding run_started_at to query comment
  • Loading branch information
NiallRees committed May 14, 2024
2 parents 8d30ce0 + 12d4e34 commit ffb98fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Features-20240506-131218.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Features
body: Add run_started_at to query comment
time: 2024-05-06T13:12:18.799857+10:00
custom:
Author: bisset-a
PR: "27"
1 change: 1 addition & 0 deletions macros/query_comment.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
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,
) -%}
Expand Down

0 comments on commit ffb98fe

Please sign in to comment.