Hello,
I’m running DBT CLI and was wondering if I can see the DBT DAG lineage graph.
I see it available for DBT cloud version (Overview - DBT Docs)
Is this available for CLI version.
Please help.
Thanks,
Gauresh.
Hello,
I’m running DBT CLI and was wondering if I can see the DBT DAG lineage graph.
I see it available for DBT cloud version (Overview - DBT Docs)
Is this available for CLI version.
Please help.
Thanks,
Gauresh.
What you’re looking at are dbt docs, and they’re part of dbt core (the CLI)
I would check out the docs on docs but if you want to get started run the commands below:
dbt docs generate
dbt docs serve
Thank you for your help jaypeedevlin