Skip to content

Commit

Permalink
Uncomment list filters that cause parsing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Feb 13, 2024
1 parent 4bf4e90 commit 99f8e09
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tests/functional/metrics/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,8 @@
type_params:
measure:
name: "years_tenure"
# filter:
# - "{{ Dimension('id__loves_dbt') }} is true"
filter:
- "{{ Dimension('id__loves_dbt') }} is true"
- name: collective_tenure_metric_filter_str
label: Collective tenure3
Expand All @@ -703,11 +703,12 @@
label: Collective tenure4
description: Total number of years of team experience
type: simple
filter:
- "{{ Dimension('id__loves_dbt') }} is true"
type_params:
measure:
name: "years_tenure"
# filter:
# - "{{ Dimension('id__loves_dbt') }} is true"
- name: average_tenure_filter_str
label: Average tenure of people who love dbt1
Expand All @@ -727,6 +728,6 @@
expr: "average_tenure"
metrics:
- name: average_tenure
# filter:
# - "{{ Dimension('id__loves_dbt') }} is true"
filter:
- "{{ Dimension('id__loves_dbt') }} is true"
"""

0 comments on commit 99f8e09

Please sign in to comment.