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

[Bug] Exposures appear as "Not currently documented" with dbt 1.0 #4520

Closed
1 task done
badge opened this issue Dec 20, 2021 · 2 comments
Closed
1 task done

[Bug] Exposures appear as "Not currently documented" with dbt 1.0 #4520

badge opened this issue Dec 20, 2021 · 2 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@badge
Copy link

badge commented Dec 20, 2021

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When generating documentation with dbt 1.0, Exposures all appear with the description "This is not currently documented". This is true whether documentation has been generated through the CLI or on dbt Cloud.

Expected Behavior

The Details and Description sections of the documentation of an exposure would include details and the description.

Steps To Reproduce

  • Run dbt init to create a new project; set up the profile as necessary
  • Copy the exposures example from here and paste it into the models/schema.yml file
  • Replace the depends_on entries with references to the two sample models
  • Generate and serve docs with dbt docs generate and dbt docs serve
  • Navigate to the exposure documentation

Screenshot 2021-12-20 at 11 40 41

Relevant log output

No response

Environment

- OS: macOS 12.0
- Python: 3.8.9
- dbt: 1.0

What database are you using dbt with?

snowflake

Additional Context

  • Looking at the generated manifest.json file, the description of the exposure appears there without issue
  • Using the doc macro results in the same outcome
  • The Depends On section is correctly populated with links to the models on which the exposure depends
@badge badge added bug Something isn't working triage labels Dec 20, 2021
@emmyoop emmyoop added duplicate This issue or pull request already exists and removed triage labels Dec 22, 2021
@emmyoop
Copy link
Member

emmyoop commented Dec 22, 2021

@badge Thanks for the report! We're tracking this one in the dbt-docs repo: dbt-labs/dbt-docs#224

A fix for this has been included in the v1.0.1 patch release (currently in prerelease).

In the meantime, I'm going to close this issue as a duplicate.

@emmyoop emmyoop closed this as completed Dec 22, 2021
@badge
Copy link
Author

badge commented Dec 23, 2021

Thanks @emmyoop! I didn't realise there was a different docs repo, will check there next time. ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants