Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/developer/dbt-model-best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Pre-join data in your dbt models rather than joining at query time. As discussed

### Limit models exposed to the BI layer

Only surface production-ready models to end users:
Only expose production-ready, optimized models to your users in Lightdash. Staging models, intermediate transformations, work-in-progress and tables that are not yet optimized for query performance should remain hidden from end users to avoid confusion and ensure they're working with reliable, performant data.

- **[dbt tags](/get-started/develop-in-lightdash/adding-tables-to-lightdash#limiting-the-tables-in-lightdash-using-dbt-tags)**: Control which models appear in Lightdash
- **[User attributes](/references/workspace/user-attributes)**: Restrict model access by role
Expand Down