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
Any other patch version higher than 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:
Core:
- installed: 1.6.0
- latest: 1.7.0 - Update available!
Your version of dbt-core is out of date!
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Plugins:
- postgres: 1.6.0 - Update available!
At least one plugin is out of date or incompatible with dbt-core.
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Exposure not showing any properties:
Core:
- installed: 1.6.1
- latest: 1.7.0 - Update available!
Your version of dbt-core is out of date!
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Plugins:
- postgres: 1.6.1 - Update available!
At least one plugin is out of date or incompatible with dbt-core.
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Additional context
Afaict, the contents in manifest.json for both version re: the exposure node has not changed:
github-actionsbot
changed the title
Exposures aren't displaying any properties (dbt > 1.6.1)
[CT-3331] Exposures aren't displaying any properties (dbt > 1.6.1)
Nov 7, 2023
jeremyyeo
changed the title
[CT-3331] Exposures aren't displaying any properties (dbt > 1.6.1)
[CT-3331] Exposures aren't displaying any properties (dbt > 1.6.0)
Nov 7, 2023
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.
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: