Skip to content

Commit d984a76

Browse files
committed
Update snapshots
1 parent 963c8ef commit d984a76

File tree

98 files changed

+97
-369
lines changed

Some content is hidden

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

98 files changed

+97
-369
lines changed

metricflow-semantics/tests_metricflow_semantics/snapshots/test_measure_lookup.py/dict/test_measure_properties__obj_0.txt

Lines changed: 0 additions & 272 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test_name: test_measure_with_cyclic_join_path
1+
test_name: test_simple_metric_with_cyclic_join_path
22
test_filename: test_other_manifest.py
33
docstring:
44
Check that a cyclic join path doesn't cause infinite loop / recursion.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test_name: test_minimal_manifest
2-
test_filename: test_subgraph_0_measure.py
2+
test_filename: test_subgraph_0_simple_metric.py
33
docstring:
44
Test generation of the measure subgraph using the minimal manifest.
55
expectation_description:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test_name: test_convert_table_semantic_model_with_measures
1+
test_name: test_convert_table_semantic_model_with_simple_metrics
22
test_filename: test_convert_semantic_model.py
33
docstring:
44
Complete test of table semantic model conversion. This includes the full set of measures/entities/dimensions.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test_name: test_convert_table_semantic_model_without_measures
1+
test_name: test_convert_table_semantic_model_without_simple_metrics
22
test_filename: test_convert_semantic_model.py
33
docstring:
44
Simple test for converting a table semantic model. Since there are no measures, primary time is not checked.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test_name: test_convert_table_semantic_model_with_measures
1+
test_name: test_convert_table_semantic_model_with_simple_metrics
22
test_filename: test_convert_semantic_model.py
33
docstring:
44
Complete test of table semantic model conversion. This includes the full set of measures/entities/dimensions.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test_name: test_convert_table_semantic_model_without_measures
1+
test_name: test_convert_table_semantic_model_without_simple_metrics
22
test_filename: test_convert_semantic_model.py
33
docstring:
44
Simple test for converting a table semantic model. Since there are no measures, primary time is not checked.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test_name: test_measure_constraint_plan
1+
test_name: test_simple_metric_constraint_plan
22
test_filename: test_dataflow_plan_builder.py
33
docstring:
44
Tests a plan for querying a metric with a constraint on one or more of its input measures.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test_name: test_measure_constraint_with_reused_measure_plan
1+
test_name: test_simple_metric_constraint_with_reused_simple_metric_plan
22
test_filename: test_dataflow_plan_builder.py
33
docstring:
44
Tests a plan for querying a metric with a constraint on one or more of its input measures.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test_name: test_measure_aggregation_node
1+
test_name: test_simple_metric_aggregation_node
22
test_filename: test_dataflow_to_sql_plan.py
33
docstring:
44
Tests converting a dataflow plan to a SQL query plan where there is a leaf measure aggregation node.

0 commit comments

Comments
 (0)