Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Nov 10, 2023
1 parent f0837c6 commit a9a1527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metricflow/dataflow/builder/dataflow_plan_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,8 @@ def _find_dataflow_recipe(

# Dict from the node that contains the source node to the evaluation results.
node_to_evaluation: Dict[BaseOutput, LinkableInstanceSatisfiabilityEvaluation] = {}

# If only dimensions, and one is metric_time, will require cross-join!
# If only dimensions, will require full outer join!
for node in self._sort_by_suitability(potential_source_nodes):
data_set = self._node_data_set_resolver.get_output_data_set(node)

Expand Down

0 comments on commit a9a1527

Please sign in to comment.