Skip to content
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

Support dots in model names #184

Closed
monti-python opened this issue Apr 13, 2021 · 1 comment · Fixed by #185
Closed

Support dots in model names #184

monti-python opened this issue Apr 13, 2021 · 1 comment · Fixed by #185
Labels
bug Something isn't working

Comments

@monti-python
Copy link
Contributor

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 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.

The output of dbt --version:

installed version: 0.19.1
   latest version: 0.19.1

Up to date!

Plugins:
  - bigquery: 0.19.1
  - postgres: 0.19.1
  - redshift: 0.19.1
  - snowflake: 0.19.1

Additional context

Related to dbt-labs/dbt-core#3246

@monti-python monti-python added the bug Something isn't working label Apr 13, 2021
@monti-python
Copy link
Contributor Author

Made a PR to solve it #185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant