-
Notifications
You must be signed in to change notification settings - Fork 79
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
Docs site does not support unit tests #506
Comments
Thanks for reporting this @dave-connors-3 ! This looks similar to #486. If you use Chrome, can you see errors in the Console similar to this?
|
Based on the error, it's possible that we're not populating the catalog or manifest appropriately. We had a fix awhile back around re-parsing when a fixture is changed, that could have affected this. It can't find the key and attempts to access an attribute on undefined following that. This may actually be a fix in dbt-core, not in dbt-docs. |
Describe the bug
Adding a unit test to a project and running the docs site
Steps To Reproduce
dbt docs generate && dbt docs serve
Expected behavior
Screenshots and log output
No unit test:
Broken DAG:
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: