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
Hi there, unsure if this is the best way to raise a feature request so let me know otherwise!
I'm looking at investing in the dbt docs generate site and I feel that dbt-invoke could make this a lot simpler as it does most of the busy work already generating schema files. by also generating markdown documentation files.
Given the dbt docs, running dbt-invoke with say a --with-docs flag would:
create a markdown file in with the same name and location of a model: my_model.sql results in my_model.yml and my_model.md
my_model.md contains the docs macro:
{% docs my_model %}
Write your markdown docs here
{% enddocs %}
my_model.yml description contains the Jinja template to call the docs:
Hi there, unsure if this is the best way to raise a feature request so let me know otherwise!
I'm looking at investing in the
dbt docs
generate site and I feel thatdbt-invoke
could make this a lot simpler as it does most of the busy work already generating schema files. by also generating markdown documentation files.Given the dbt docs, running
dbt-invoke
with say a--with-docs
flag would:my_model.sql
results inmy_model.yml
andmy_model.md
my_model.md
contains the docs macro:my_model.yml
description contains the Jinja template to call the docs:Any thoughts on this?
The text was updated successfully, but these errors were encountered: