Hacker News new | ask | show | jobs
Show HN: I made a tool that automatically documents dbt models with GPT-3 (github.com)
2 points by 5n 1205 days ago
Sharing dbt documentor, a CLI tool that I built over the weekend to automatically generate dbt docs for models and columns with missing descriptions using the OpenAI API.

Would love to get feedback on how I can improve this, especially if you have a large DBT repo (only used it on smaller ones so far.) Considering adding a GitHub action/dbt package, definition inheritance, version history, or links to dashboards that use each model.