Skip to content
Snippets Groups Projects
Unverified Commit 47719fae authored by metabase-bot[bot]'s avatar metabase-bot[bot] Committed by GitHub
Browse files

backport "[QP] Correctly find joined fields in the previous stage (#40933)" (#40987)


This logic was trying to match `[name join-alias]` pairs previously, but
that won't work since the later stage field doesn't have a `:join-alias`
on it. This falls back to matching on only the ID or name, but only if
it's unambiguous.

See #40252.

Co-authored-by: default avatarBraden Shepherdson <braden@metabase.com>
parent 0992b052
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment