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
In our dbt project we are managing multiple schemas. We are namespacing the models with the standard SQL syntax <schema>.<relation>.sql and following this approach. It works quite well for the most part, however models with dots don't show up in the graphs on the generated docs
Steps To Reproduce
Using a model or seed with dots in their name and generating the docs (dbt docs generate && dbt docs serve) will trigger the issue.
Expected behavior
The graphs in the docs site show all relevant nodes, including those whose name contains dots.
Describe the bug
In our dbt project we are managing multiple schemas. We are namespacing the models with the standard SQL syntax
<schema>.<relation>.sql
and following this approach. It works quite well for the most part, however models with dots don't show up in the graphs on the generated docsSteps To Reproduce
Using a model or seed with dots in their name and generating the docs (
dbt docs generate && dbt docs serve
) will trigger the issue.Expected behavior
The graphs in the docs site show all relevant nodes, including those whose name contains dots.
The output of
dbt --version
:Additional context
Related to dbt-labs/dbt-core#3246
The text was updated successfully, but these errors were encountered: