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 - setting to either exclude or include join fields #20

Open
moseleyi opened this issue Feb 26, 2020 · 0 comments
Open

Comments

@moseleyi
Copy link

Right now when we use vacuum command the output of unused fields contains the fields from joins.

In our case we have two joins that are pretty much joined to every single view. You can think of them as base attribute views that output attributes of entities they connect to. Right now I see them in each output.

The information about whether the join is used at all or not is definitely helpful but sometimes I don't care about the fields. I can't do anything with them because they're joined all over. We would need to have a product result of all explores that join to a specific view, in order to know whether fields from them are used.

I would like to have an option where I can exclude the fields from the ouput of vacuum

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

No branches or pull requests

1 participant