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
### 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
Hi all ! What about using a model's doc & tags to generate the wiki & tags of the related dremio dataset ?
The text was updated successfully, but these errors were encountered: