metabase icon indicating copy to clipboard operation
metabase copied to clipboard

sandbox UI doesn't show hidden columns

Open dpsutton opened this issue 11 months ago • 1 comments

Describe the bug

Sandbox on a column

Image

Hide the column

Image

UI no longer shows column in config box

Image

Network includes correctly configured sandbox information

Image But the field is missing from query metadata (presumably)

To Reproduce

above is a pretty exhaustive repro

Expected behavior

should show the column in the config box.

Logs

No response

Information about your Metabase installation

any version

Severity

p2

Additional context

No response

dpsutton avatar Feb 07 '25 16:02 dpsutton

The BE needs to add an option to Lib.visibleColumns to return hidden columns. Only then the FE could use it.

ranquild avatar Aug 26 '25 16:08 ranquild