Skip to content

Commit

Permalink
New commit to next
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Nov 8, 2024
1 parent dccf582 commit ab33842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/reference/global-configs/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ There are two ways to optionally modify this behavior:
- `CACHE_SELECTED_ONLY` (default `False`): Whether to limit cache population to just the resources selected in the current run. This can offer significant speed improvements when running a small subset of a large project, while still providing the benefit of caching upfront.

For example, to quickly compile a model that requires no database metadata or introspective queries:

```text
dbt --no-populate-cache compile --select my_model_name
Expand Down

0 comments on commit ab33842

Please sign in to comment.