We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb38553 + a6a636c commit 9f64cbcCopy full SHA for 9f64cbc
2 files changed
.github/workflows/test-warehouse.yml
@@ -110,7 +110,7 @@ jobs:
110
run: docker compose -f docker-compose-dremio.yml up -d
111
112
- name: Setup Python
113
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
114
with:
115
python-version: "3.9"
116
cache: "pip"
macros/utils/run_queries/run_query.sql
@@ -35,7 +35,8 @@
35
{% macro get_elementary_query_metadata() %}
36
{% set metadata = {
37
"invocation_id": invocation_id,
38
- "command": flags.WHICH
+ "command": flags.WHICH,
39
+ "elementary_component": var('elementary_component', 'OSS')
40
} %}
41
42
{% if model %}
0 commit comments