Skip to content

Commit

Permalink
remove label from fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Sep 27, 2023
1 parent c3b6b4a commit 7d812c8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/functional/semantic_models/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
metrics:
- name: number_of_people
label: "Number of people"
description: Total count of people
type: simple
type_params:
Expand All @@ -44,7 +43,6 @@
config:
enabled: false
group: some_group
label: "Number of people"
description: Total count of people
type: simple
type_params:
Expand All @@ -58,29 +56,23 @@
semantic_models:
- name: semantic_people
label: "Semantic People"
model: ref('people')
dimensions:
- name: favorite_color
label: "Favorite Color"
type: categorical
- name: created_at
label: "Created At"
type: TIME
type_params:
time_granularity: day
measures:
- name: years_tenure
label: "Years Tenure"
agg: SUM
expr: tenure
- name: people
label: "People"
agg: count
expr: id
entities:
- name: id
label: "Primary ID"
type: primary
defaults:
agg_time_dimension: created_at
Expand Down Expand Up @@ -129,7 +121,6 @@
semantic_models:
- name: semantic_people
label: "Semantic People"
model: ref('people')
config:
enabled: true
Expand Down Expand Up @@ -160,7 +151,6 @@
semantic_models:
- name: semantic_people
label: "Semantic People"
model: ref('people')
config:
enabled: false
Expand Down Expand Up @@ -248,7 +238,6 @@
metrics:
- name: simple_metric
label: Simple Metric
type: simple
type_params:
measure: sum_of_things
Expand Down

0 comments on commit 7d812c8

Please sign in to comment.