Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataflowPlan updates for group by metrics #1147

Closed
wants to merge 37 commits into from

Conversation

courtneyholcomb
Copy link
Contributor

Resolves #

Description

@cla-bot cla-bot bot added the cla:yes label Apr 23, 2024
Needed to resolve the appropriate join path for multi-hop joins. Moved source node-building logic to query parser class to avoid cirular import errors. This change also required adding the query parser as a dependency for the dataflow plan builder.
@courtneyholcomb courtneyholcomb changed the base branch from main to court/gb-reso-metric April 23, 2024 19:50
Copy link

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

…in_path

LinkableMetrics are extra complicated because they involve multiple join paths: 1) the join path needed to join the metric subquery to the outer query, and 2) the join path used in the subquery to join the metric to the group by entity. So far we have only been tracking join path 1. This commit adds tracking for join path 2.
Needed when building source node for group by metric.
@courtneyholcomb courtneyholcomb changed the title Court/metrics dfp DataflowPlan updates for group by metrics Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant