You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use a selector with dbt docs generate, I expect only the selected nodes to be returned in the catalog.json
Acceptance criteria
regardless if the catalog query itself is pre-filtered or not, post-filter its results
i.e., dbt docs generate -s a b c tag:one_hundred_models should only include those 103 models within catalog.json, even if there are 2000 models within the project.
The text was updated successfully, but these errors were encountered:
Is this your first time submitting a feature request?
Describe the feature
Originally from #9394
If I use a selector with
dbt docs generate
, I expect only the selected nodes to be returned in the catalog.jsonAcceptance criteria
dbt docs generate -s a b c tag:one_hundred_models
should only include those 103 models withincatalog.json
, even if there are 2000 models within the project.The text was updated successfully, but these errors were encountered: