[CT-2349] [Feature] dbt docs generate --exclude tag:xyz
should work while generating catalog
#7259
Closed
3 tasks done
Labels
Is this your first time submitting a feature request?
Describe the feature
This request is about the
dbt docs generate
to support the--exclude
while generating the catalog file.We can have databases in different environments and we do not want to run the docs generate for those models that are not accessible.
Right now we are getting errors something like this:
I have seen a few raised issues regarding this. (issue#6014)
Describe alternatives you've considered
dbt docs generate --target <env> --exclude tag:<tag_name>
command should not consider those models with tag "tag_name" while generating catalog file.Who will this benefit?
Everyone who is having databases in multiple environments and just want to generate the dbt docs for some specific models.
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: