generate docs for a subset of your dbt project - dbt-core PR #8772 #4203
Labels
content
Improvements or additions to content
dbt Core
The changes proposed in this issue relate to dbt Core
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Milestone
Docs for dbt-labs/dbt-core#8772
You can now generate docs for a subset of your dbt project, by using the
--select
flag withdbt docs generate
. Selectors will limit the information returned in thecatalog.json
to only the selected nodes.dbt docs generate --select ...
At least one page to update:
Examples
Select a single node
Just one node named
orders
:Select zero nodes
As already documented here, generate an empty catalog:
Skip compilation
Node selection that affects
catalog.json
(via--select
) can be used in conjunction with--no-compile
that affectsmanifest.json
.As already documented here, skip compiling the resources in your project, so that their
compiled_code
will be not included inmanifest.json
:The text was updated successfully, but these errors were encountered: