Skip to content

Commit

Permalink
Move sql_join_builder.py to to_sql_plan.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Jan 23, 2025
1 parent dec8cc3 commit ca14e9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
CreateSelectCoalescedColumnsForLinkableSpecs,
SelectOnlyLinkableSpecs,
)
from metricflow.plan_conversion.sql_join_builder import ColumnEqualityDescription, SqlPlanJoinBuilder
from metricflow.plan_conversion.to_sql_plan.sql_join_builder import ColumnEqualityDescription, SqlPlanJoinBuilder
from metricflow.sql.sql_plan import (
SqlCreateTableAsNode,
SqlCteNode,
Expand Down

0 comments on commit ca14e9c

Please sign in to comment.