diff --git a/tests_metricflow/sql/compare_sql_plan.py b/tests_metricflow/sql/compare_sql_plan.py index 0fdcc4ce4..40bc0dfc7 100644 --- a/tests_metricflow/sql/compare_sql_plan.py +++ b/tests_metricflow/sql/compare_sql_plan.py @@ -36,6 +36,9 @@ def assert_default_rendered_sql_equal( plan=sql_query_plan, plan_snapshot_text=rendered_sql, plan_snapshot_file_extension=".sql", + incomparable_strings_replacement_function=make_schema_replacement_function( + system_schema=mf_test_configuration.mf_system_schema, source_schema=mf_test_configuration.mf_source_schema + ), )