-
Notifications
You must be signed in to change notification settings - Fork 77
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-3331] Exposures aren't displaying any properties (dbt > 1.6.0) #471
Comments
Thanks for reporting this @jeremyyeo. Using the example you provided, I saw the same thing as you. But I didn't dive in far enough to identify the root cause(s). Thank you for examining |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Currently on dbt v1.8 and having the same issue still. |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers. |
Describe the bug
Sometime between patch versions
1.6.0
and1.6.1
- exposures in dbt-docs lost the ability to display any properties except description.Steps To Reproduce
Project setup:
Use 2 different python virtual environments for these.
$ pip install dbt-postgres==1.6.0 $ dbt docs generate && dbt docs serve
$ pip install dbt-postgres==1.6.1 $ dbt docs generate && dbt docs serve
1.6.1
(e.g.1.6.6
) also has this issue.Expected behavior
Exposures should show the same information in
>=1.6.1
as they did=1.6.0
.Screenshots and log output
See above.
The output of
dbt --version
:Exposure shows additional properties:
Exposure not showing any properties:
Additional context
Afaict, the contents in
manifest.json
for both version re: the exposure node has not changed:1.6.0
1.6.1
So it may be the html/js in this repo - maybe #465? Not sure yet.
There is #470 as well but not sure if it's about the same thing.
The text was updated successfully, but these errors were encountered: