Automatically generate docs for undocumented DBT models.
To install the package, run the following command:
pip install dbt-doc-py
Place inside of the DBT project folder and run this command:
dbt-doc-py
You can execute it from other directories, this way:
dbt-doc-py --working-directory /folder/DBTproject
TO-DO: Finish README file:
This project is licensed under the MIT License. See the LICENSE file for details.