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
Automated documentation is a central part of dbt's value add and dbt even has its own concept of tags, which could be transferred to views created in Dremio
### Summary
Wikis and tags feature implementation.
### Description
One of dbt's core features is source documentation. Right now, this
documentation does not propagate into Dremio’s wiki, leading to two
separate sources of truth.
The goal is to display dbt documentation - more specifically, wikis and
tags - inside of Dremio.
### Test Results
All added tests are running
- Added tests to check wikis and tags creation for table models
- Added tests to check wikis and tags creation, update and deletion for
view models
### Changelog
- Possibility to integrate wikis and tags by enabling `relation` option
from `persist_docs` configuration
- New macro `dremio__persist_docs` created
- Views also perform `persist_docs` macro
- Integration via REST API
### Related Issue
#86#196
Describe the enhancement requested
The ability to set Dremio wiki and tag entries is currently missing.
Wiki and tag entries can be added or updated in the Dremio UI or using the following REST API calls:
Justification for this enhancement
Automated documentation is a central part of dbt's value add and dbt even has its own concept of tags, which could be transferred to views created in Dremio
https://www.getdbt.com/product/data-documentation/
The text was updated successfully, but these errors were encountered: