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

feature request: select all columns when joining, not just the starting table's #2305

Closed
snarfed opened this issue Apr 4, 2016 · 7 comments

Comments

@snarfed
Copy link

snarfed commented Apr 4, 2016

currently, when you filter/group across a foreign key (ie do a join), you only get the initial table's data back. it'd be nice to optionally also get the joined table's data.

i know #2214 may be one way do this (and #1173 is related), but this would be a nice smaller step that wouldn't require setting up a view ahead of time. ideally you could even join using foreign keys without filtering or grouping at all, just to see/visualize the joined rows.

feel free to close if this is a dupe!

⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment

@nielsonsantana
Copy link

+1

@dhirenpratap
Copy link

+1

@kristian-elder
Copy link

I was about to create a ticket for exactly this but realized there is one already - somewhat surprised to see that this hasn't been updated ro replied to for a very long time. Are there technical reasons for why this would be particularly difficult or has it just not been deemed useful?

We are currently pre-processing tables for use in Metabase, or relying on custom SQL queries, due to this issue and would be very happy to see built in support for it!

@camsaul
Copy link
Member

camsaul commented Jan 23, 2017

@kristian-elder, we're prioritizing new features based on the impact we think they'll have and by community feedback such as upvoting (:+1: reactions). There are lots of issues with much more upvotes; #3681 is a good example.

If this is a feature you desperately need ASAP, PRs are always welcome 😃 .

@paulopenagent
Copy link

+1

@camsaul
Copy link
Member

camsaul commented Jan 19, 2018

Hey everyone, one way we prioritize issues is by sorting them by the number of 👍 reactions on each issue's description. So instead of leaving +1 or 👍 comments, please just upvote by adding a reaction to the issue description.

@flamber
Copy link
Contributor

flamber commented May 25, 2020

Closing this, since it's now (since many versions ago) possible to add columns via visualization Settings or via joins in the Notebook editor.

@flamber flamber closed this as completed May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants