Skip to content

Commit

Permalink
Update snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Jul 17, 2024
1 parent 1c4bf6f commit 9ace719
Show file tree
Hide file tree
Showing 45 changed files with 141 additions and 147 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ GroupByItemResolution(
time_granularity=MONTH,
): (
LinkableDimension(
properties=(METRIC_TIME,),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -18,7 +19,6 @@ GroupByItemResolution(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset('METRIC_TIME',),
time_granularity=MONTH,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ GroupByItemResolution(
time_granularity=YEAR,
): (
LinkableDimension(
properties=(DERIVED_TIME_GRANULARITY, METRIC_TIME),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -18,13 +19,10 @@ GroupByItemResolution(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset(
'DERIVED_TIME_GRANULARITY',
'METRIC_TIME',
),
time_granularity=YEAR,
),
LinkableDimension(
properties=(METRIC_TIME,),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='yearly_measure_source',
),
Expand All @@ -35,7 +33,6 @@ GroupByItemResolution(
semantic_model_name='yearly_measure_source',
),
),
properties=frozenset('METRIC_TIME',),
time_granularity=YEAR,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ GroupByItemResolution(
time_granularity=MONTH,
): (
LinkableDimension(
properties=(METRIC_TIME,),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -18,7 +19,6 @@ GroupByItemResolution(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset('METRIC_TIME',),
time_granularity=MONTH,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ GroupByItemResolution(
time_granularity=YEAR,
): (
LinkableDimension(
properties=(DERIVED_TIME_GRANULARITY, METRIC_TIME),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -18,13 +19,10 @@ GroupByItemResolution(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset(
'DERIVED_TIME_GRANULARITY',
'METRIC_TIME',
),
time_granularity=YEAR,
),
LinkableDimension(
properties=(METRIC_TIME,),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='yearly_measure_source',
),
Expand All @@ -35,7 +33,6 @@ GroupByItemResolution(
semantic_model_name='yearly_measure_source',
),
),
properties=frozenset('METRIC_TIME',),
time_granularity=YEAR,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ GroupByItemResolution(
time_granularity=MONTH,
): (
LinkableDimension(
properties=(METRIC_TIME,),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -18,7 +19,6 @@ GroupByItemResolution(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset('METRIC_TIME',),
time_granularity=MONTH,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ GroupByItemResolution(
time_granularity=DAY,
): (
LinkableDimension(
properties=(METRIC_TIME,),
element_name='metric_time',
dimension_type=TIME,
join_path=SemanticModelJoinPath(
left_semantic_model_reference=SemanticModelReference(
semantic_model_name='__VIRTUAL__',
),
),
properties=frozenset('METRIC_TIME',),
time_granularity=DAY,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ GroupByItemResolution(
time_granularity=MONTH,
): (
LinkableDimension(
properties=(METRIC_TIME,),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -18,7 +19,6 @@ GroupByItemResolution(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset('METRIC_TIME',),
time_granularity=MONTH,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ ParseQueryResult(
),
): (
LinkableDimension(
properties=(
LOCAL,
),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='bookings_source',
),
Expand All @@ -69,9 +72,6 @@ ParseQueryResult(
semantic_model_name='bookings_source',
),
),
properties=frozenset(
'LOCAL',
),
),
),
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ FilterSpecResolutionLookUp(
time_granularity=MONTH,
): (
LinkableDimension(
properties=(
METRIC_TIME,
),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -40,9 +43,6 @@ FilterSpecResolutionLookUp(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset(
'METRIC_TIME',
),
time_granularity=MONTH,
),
),
Expand Down Expand Up @@ -93,6 +93,9 @@ FilterSpecResolutionLookUp(
time_granularity=MONTH,
): (
LinkableDimension(
properties=(
METRIC_TIME,
),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -103,9 +106,6 @@ FilterSpecResolutionLookUp(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset(
'METRIC_TIME',
),
time_granularity=MONTH,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ FilterSpecResolutionLookUp(
time_granularity=YEAR,
): (
LinkableDimension(
properties=(
DERIVED_TIME_GRANULARITY,
METRIC_TIME,
),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -40,13 +44,12 @@ FilterSpecResolutionLookUp(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset(
'DERIVED_TIME_GRANULARITY',
'METRIC_TIME',
),
time_granularity=YEAR,
),
LinkableDimension(
properties=(
METRIC_TIME,
),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='yearly_measure_source',
),
Expand All @@ -57,9 +60,6 @@ FilterSpecResolutionLookUp(
semantic_model_name='yearly_measure_source',
),
),
properties=frozenset(
'METRIC_TIME',
),
time_granularity=YEAR,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ FilterSpecResolutionLookUp(
time_granularity=YEAR,
): (
LinkableDimension(
properties=(
DERIVED_TIME_GRANULARITY,
METRIC_TIME,
),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -40,13 +44,12 @@ FilterSpecResolutionLookUp(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset(
'DERIVED_TIME_GRANULARITY',
'METRIC_TIME',
),
time_granularity=YEAR,
),
LinkableDimension(
properties=(
METRIC_TIME,
),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='yearly_measure_source',
),
Expand All @@ -57,9 +60,6 @@ FilterSpecResolutionLookUp(
semantic_model_name='yearly_measure_source',
),
),
properties=frozenset(
'METRIC_TIME',
),
time_granularity=YEAR,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ FilterSpecResolutionLookUp(
time_granularity=MONTH,
): (
LinkableDimension(
properties=(
METRIC_TIME,
),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -40,9 +43,6 @@ FilterSpecResolutionLookUp(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset(
'METRIC_TIME',
),
time_granularity=MONTH,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ FilterSpecResolutionLookUp(
time_granularity=MONTH,
): (
LinkableDimension(
properties=(
METRIC_TIME,
),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -40,9 +43,6 @@ FilterSpecResolutionLookUp(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset(
'METRIC_TIME',
),
time_granularity=MONTH,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ FilterSpecResolutionLookUp(
time_granularity=MONTH,
): (
LinkableDimension(
properties=(
METRIC_TIME,
),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -40,9 +43,6 @@ FilterSpecResolutionLookUp(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset(
'METRIC_TIME',
),
time_granularity=MONTH,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ FilterSpecResolutionLookUp(
time_granularity=YEAR,
): (
LinkableDimension(
properties=(
DERIVED_TIME_GRANULARITY,
METRIC_TIME,
),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -40,13 +44,12 @@ FilterSpecResolutionLookUp(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset(
'DERIVED_TIME_GRANULARITY',
'METRIC_TIME',
),
time_granularity=YEAR,
),
LinkableDimension(
properties=(
METRIC_TIME,
),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='yearly_measure_source',
),
Expand All @@ -57,9 +60,6 @@ FilterSpecResolutionLookUp(
semantic_model_name='yearly_measure_source',
),
),
properties=frozenset(
'METRIC_TIME',
),
time_granularity=YEAR,
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ FilterSpecResolutionLookUp(
time_granularity=MONTH,
): (
LinkableDimension(
properties=(
METRIC_TIME,
),
defined_in_semantic_model=SemanticModelReference(
semantic_model_name='monthly_measures_source',
),
Expand All @@ -40,9 +43,6 @@ FilterSpecResolutionLookUp(
semantic_model_name='monthly_measures_source',
),
),
properties=frozenset(
'METRIC_TIME',
),
time_granularity=MONTH,
),
),
Expand Down
Loading

0 comments on commit 9ace719

Please sign in to comment.