Skip to content

Commit d1425e3

Browse files
committed
Update snapshots
1 parent 62fd8a1 commit d1425e3

File tree

108 files changed

+120
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+120
-120
lines changed

metricflow-semantics/tests_metricflow_semantics/snapshots/test_subgraph_0_simple_metric.py/str/test_minimal_manifest__result.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test_name: test_minimal_manifest
22
test_filename: test_subgraph_0_simple_metric.py
33
docstring:
4-
Test generation of the measure subgraph using the minimal manifest.
4+
Test generation of the simple-metric input subgraph using the minimal manifest.
55
expectation_description:
66
The graph should show the measure node with edges to the model nodes and metric time.
77
---

tests_metricflow/snapshots/test_convert_semantic_model.py/SqlPlan/DuckDB/test_convert_table_semantic_model_with_simple_metrics__plan0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test_name: test_convert_table_semantic_model_with_simple_metrics
22
test_filename: test_convert_semantic_model.py
33
docstring:
4-
Complete test of table semantic model conversion. This includes the full set of measures/entities/dimensions.
4+
Complete test of table semantic model conversion. This includes the full set of simple-metric inputs/entities/dimensions.
55

66
Measures trigger a primary time dimension validation. Additionally, this includes both categorical and time
77
dimension types, which should cover most, if not all, of the table source branches in the target class.

tests_metricflow/snapshots/test_convert_semantic_model.py/SqlPlan/DuckDB/test_convert_table_semantic_model_without_simple_metrics__plan0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test_name: test_convert_table_semantic_model_without_simple_metrics
22
test_filename: test_convert_semantic_model.py
33
docstring:
4-
Simple test for converting a table semantic model. Since there are no measures, primary time is not checked.
4+
Simple test for converting a table semantic model. Since there are no simple-metric inputs, primary time is not checked.
55
sql_engine: DuckDB
66
---
77
-- Read Elements From Semantic Model 'users_latest'

tests_metricflow/snapshots/test_convert_semantic_model.py/list/test_convert_table_semantic_model_with_simple_metrics__result0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test_name: test_convert_table_semantic_model_with_simple_metrics
22
test_filename: test_convert_semantic_model.py
33
docstring:
4-
Complete test of table semantic model conversion. This includes the full set of measures/entities/dimensions.
4+
Complete test of table semantic model conversion. This includes the full set of simple-metric inputs/entities/dimensions.
55

66
Measures trigger a primary time dimension validation. Additionally, this includes both categorical and time
77
dimension types, which should cover most, if not all, of the table source branches in the target class.

tests_metricflow/snapshots/test_convert_semantic_model.py/list/test_convert_table_semantic_model_without_simple_metrics__result0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test_name: test_convert_table_semantic_model_without_simple_metrics
22
test_filename: test_convert_semantic_model.py
33
docstring:
4-
Simple test for converting a table semantic model. Since there are no measures, primary time is not checked.
4+
Simple test for converting a table semantic model. Since there are no simple-metric inputs, primary time is not checked.
55
---
66
[
77
'ds_latest__day',

tests_metricflow/snapshots/test_dataflow_plan_builder.py/DataflowPlan/test_joined_plan__dfp_0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test_name: test_joined_plan
22
test_filename: test_dataflow_plan_builder.py
33
docstring:
4-
Tests a plan getting a measure and a joined dimension.
4+
Tests a plan getting a simple-metric input and a joined dimension.
55
---
66
<DataflowPlan>
77
<WriteToResultDataTableNode>

tests_metricflow/snapshots/test_dataflow_plan_builder.py/DataflowPlan/test_multi_semantic_model_ratio_metrics_plan__dfp_0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test_name: test_multi_semantic_model_ratio_metrics_plan
22
test_filename: test_dataflow_plan_builder.py
33
docstring:
4-
Tests a plan to retrieve a ratio where both measures come from one semantic model.
4+
Tests a plan to retrieve a ratio where both simple-metric inputs come from one semantic model.
55
---
66
<DataflowPlan>
77
<WriteToResultDataTableNode>

tests_metricflow/snapshots/test_dataflow_plan_builder.py/DataflowPlan/test_simple_metric_constraint_plan__dfp_0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test_name: test_simple_metric_constraint_plan
22
test_filename: test_dataflow_plan_builder.py
33
docstring:
4-
Tests a plan for querying a metric with a constraint on one or more of its input measures.
4+
Tests a plan for querying a simple metric with a constraint on its inputs.
55
---
66
<DataflowPlan>
77
<WriteToResultDataTableNode>

tests_metricflow/snapshots/test_dataflow_plan_builder.py/DataflowPlan/test_simple_metric_constraint_with_reused_simple_metric_plan__dfp_0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test_name: test_simple_metric_constraint_with_reused_simple_metric_plan
22
test_filename: test_dataflow_plan_builder.py
33
docstring:
4-
Tests a plan for querying a metric with a constraint on one or more of its input measures.
4+
Tests a plan for querying a derived metric with a constraint on its inputs and where an input is reused.
55
---
66
<DataflowPlan>
77
<WriteToResultDataTableNode>

tests_metricflow/snapshots/test_dataflow_plan_builder.py/DataflowPlan/test_single_semantic_model_ratio_metrics_plan__dfp_0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test_name: test_single_semantic_model_ratio_metrics_plan
22
test_filename: test_dataflow_plan_builder.py
33
docstring:
4-
Tests a plan to retrieve a ratio where both measures come from one semantic model.
4+
Tests a plan to retrieve a ratio where both simple-metric inputs come from one semantic model.
55
---
66
<DataflowPlan>
77
<WriteToResultDataTableNode>

0 commit comments

Comments
 (0)