We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
column
manifest.json
column info should include doc block references like so:
"columns": { "my_column": { "name": "my_column" "description": "Hello, world!", "doc_blocks": ["doc.project_name.block_name", ...], ... } }
N/A
Anyone who wants to see what doc blocks are referenced in column descriptions, including the metadata team at dbt Labs.
description
Yes
Counterpart issue for node descriptions is here: #11000
The text was updated successfully, but these errors were encountered:
Fix #11000 #11001: Add doc_blocks to manifest for nodes and columns
doc_blocks
d80431a
c344b2c
Successfully merging a pull request may close this issue.
Is this your first time submitting a feature request?
Describe the feature
column info should include doc block references like so:
Describe alternatives you've considered
N/A
Who will this benefit?
Anyone who wants to see what doc blocks are referenced in column
description
s, including the metadata team at dbt Labs.Are you interested in contributing this feature?
Yes
Anything else?
Counterpart issue for node descriptions is here: #11000
The text was updated successfully, but these errors were encountered: