Skip to content

Commit

Permalink
fixup! WIP - simplify nodes that join to time spine
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Nov 20, 2024
1 parent 0663288 commit e4d2f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metricflow/dataflow/nodes/join_over_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from metricflow.dataflow.dataflow_plan_visitor import DataflowPlanNodeVisitor


# TODO: Shoult this class be combined with JoinToTimeSpineNode?
@dataclass(frozen=True, eq=False)
class JoinOverTimeRangeNode(DataflowPlanNode):
"""A node that allows for cumulative metric computation by doing a self join across a cumulative date range.
Expand Down

0 comments on commit e4d2f51

Please sign in to comment.