Skip to content

Commit

Permalink
Delete debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Oct 11, 2023
1 parent c44ded0 commit e4fdacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricflow/dataflow/builder/dataflow_plan_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def _find_dataflow_recipe(
linkable_specs=linkable_spec_set, read_nodes=source_nodes
)
potential_source_nodes = list(source_nodes_to_linkable_specs.keys())
# issue: getting ds__day from the wrong table

logger.info(f"There are {len(potential_source_nodes)} potential source nodes")

logger.info(f"Starting search with {len(source_nodes)} source nodes")
Expand Down

0 comments on commit e4fdacc

Please sign in to comment.