Skip to content

Commit 5ce3aee

Browse files
committed
Add Elementary component to query metadata
1 parent f5c062d commit 5ce3aee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

macros/utils/run_queries/run_query.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
{% macro get_elementary_query_metadata() %}
3636
{% set metadata = {
3737
"invocation_id": invocation_id,
38-
"command": flags.WHICH
38+
"command": flags.WHICH,
39+
"elementary_component": var('elementary_component', 'OSS')
3940
} %}
4041

4142
{% if model %}

0 commit comments

Comments
 (0)