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

[Feature] Add docs to depends_on for nodes in manifest.json #11000

Closed
3 tasks done
aranke opened this issue Nov 14, 2024 · 0 comments · Fixed by #11224
Closed
3 tasks done

[Feature] Add docs to depends_on for nodes in manifest.json #11000

aranke opened this issue Nov 14, 2024 · 0 comments · Fixed by #11224
Labels
enhancement New feature or request Impact: CA

Comments

@aranke
Copy link
Member

aranke commented Nov 14, 2024

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion

Describe the feature

node depends_on in manifest.json should include docs like so:

"depends_on": {
  "macros": [...],
  "nodes": [...],
  "doc_blocks": ["doc.project_name.block_name", ...],
}

Describe alternatives you've considered

N/A

Who will this benefit?

Anyone who wants to see what doc blocks are referenced in node descriptions, including the metadata team at dbt Labs.

Are you interested in contributing this feature?

Yes

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Impact: CA
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants