-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CT-727] Hide Package Names from Documentation #5333
Comments
@taylorterwin Thanks for opening! I understand the ask here to be: Turn # dbt_project.yml
models:
installed_package:
# hide all models from this package in the docs
+docs:
show: false I super agree! It would help with cool things like this, too: dbt-labs/dbt-docs#275 The code paths here can be a bit tricky. If there's a community member who feels interested and motivated, we might be able to support an external contribution for this. |
AC: Turn |
Hey @leahwicz curious: To make this backwards compatible, we'd basically maintain the existing code which maps cc @b-per and @sungchun12 |
Just saw that #5397 was just merged! Is there still work to be done, though, to enable |
Even if it got merged to |
Going to close this as resolved! Will be included in the next v1.3 beta prerelease |
I'm trying to use this feature, but the nodes are still appearing in my DAG by default. Is there any way to turn off specific tags or sources by default? Ie. on opening the documentation's dag the filter is excluding them. |
Hi! Today it is not possible to hide nodes from the docs site DAG |
Hi! Sorry for the stupid and articulate question, does it mean that the "docs show" will be grey, so still visible on DAG? Correct me if I'm wrong, in this case I could exclude them but in the DAG I won't see any lineage before and after. I mean it's not possible at this stage to go from A -> B -> C and visualize just A -> C using {show: false}. Thanks |
Yes, Today the dbt docs don't support removing models from the lineage entirely. |
Is this your first time opening an issue?
Describe the Feature
We can disable individual models in main project but we can't do the same for an entire imported dbt package. (https://docs.getdbt.com/reference/resource-properties/docs)
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: