diff --git a/.changes/unreleased/Features-20240506-131218.yaml b/.changes/unreleased/Features-20240506-131218.yaml new file mode 100644 index 0000000..9aaf1c8 --- /dev/null +++ b/.changes/unreleased/Features-20240506-131218.yaml @@ -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" diff --git a/macros/query_comment.sql b/macros/query_comment.sql index 197b345..08ea08c 100644 --- a/macros/query_comment.sql +++ b/macros/query_comment.sql @@ -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, ) -%}