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

[enhancement] propagate model 's doc & tags to dremio dataset wiki & tags #86

Closed
fabrice-etanchaud opened this issue Nov 18, 2022 · 1 comment · Fixed by #250
Closed
Labels
enhancement New feature or request

Comments

@fabrice-etanchaud
Copy link

Hi all ! What about using a model's doc & tags to generate the wiki & tags of the related dremio dataset ?

@jlarue26
Copy link
Contributor

Thanks @fabrice-etanchaud ! Not a bad idea!

@jlarue26 jlarue26 added the enhancement New feature or request label Nov 21, 2022
@bcmeireles bcmeireles linked a pull request Dec 4, 2024 that will close this issue
99Lys added a commit that referenced this issue Jan 13, 2025
### 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

2 participants