Skip to content

Commit

Permalink
Remove print accidentally left behind
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Aug 22, 2024
1 parent 9548149 commit 347b75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_metricflow/fixtures/dataflow_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def time_spine_sources( # noqa: D103
) -> Mapping[TimeGranularity, TimeSpineSource]:
legacy_time_spine_grain = TimeGranularity.DAY
time_spine_base_table_name = "mf_time_spine"
print("expected schema name:", mf_test_configuration.mf_source_schema)

# Legacy time spine
time_spine_sources = {
legacy_time_spine_grain: TimeSpineSource(
Expand Down

0 comments on commit 347b75a

Please sign in to comment.