Skip to content

COALESCE selected expressions to capture all values#1210

Draft
shangyian wants to merge 2676 commits intoDataJunction:mainfrom
shangyian:coalesce-dims
Draft

COALESCE selected expressions to capture all values#1210
shangyian wants to merge 2676 commits intoDataJunction:mainfrom
shangyian:coalesce-dims

Conversation

@shangyian
Copy link
Copy Markdown
Collaborator

Summary

For metrics SQL generation, we should COALESCE the selected expressions after doing a FULL OUTER JOIN on the shared dimensions of the metrics. This is because the intention of the FULL JOIN is to be able to bring in all possible dimension values, and not coalescing means that we miss out on cases with null values for one set of metrics, but non-null values for a different set of metrics.

Test Plan

Locally + unit tests

Deployment Plan

shangyian and others added 30 commits July 26, 2024 16:36
Add Sorting to Node Table in Explore View
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
…on-0.0.1a61

Bump DataJunction version to 0.0.1a61
…ions

Fix graphql findNodes bug when retrieving revisions
GitHub Actions Bot and others added 28 commits October 9, 2024 17:53
…on-0.0.1a69

Bump DataJunction version to 0.0.1a69
…rents as long as they share the same dimensions
…ple-parents

Requesting metrics SQL should work for metrics that have different pa…
…loaded from the database did not have cube metadata on it
…on-0.0.1a70

Bump DataJunction version to 0.0.1a70
Add lookback window to Materialization calls.
@netlify
Copy link
Copy Markdown

netlify bot commented Oct 22, 2024

Deploy Preview for thriving-cassata-78ae72 canceled.

Name Link
🔨 Latest commit 63d2b1f
🔍 Latest deploy log https://app.netlify.com/sites/thriving-cassata-78ae72/deploys/6717b99ad91c7b0008359e44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants