How do I hide specific tables?
Last updated: July 23, 2025
You have several options for managing table visibility:
Hide tables from everyone
Use the tables configuration in your project settings to control which dbt models appear as explorable tables. Learn more in our docs.
Use a table for joins but hide it from the sidebar
If Table B should only be used when joined to Table A (not explored on its own), you can hide it while keeping the join relationship. Here's how.
Hide intermediate table fields
When you have joins like A ↔ B ↔ C, you might want to hide Table B's fields from the Explore view since it's just connecting A and C. Here's the setup.
Limit access for specific users
Use user attributes to restrict sensitive tables (like PII or financial data) to certain users only. Here's the guide.