z3z1ma / dbt-osmosis

Provides automated YAML management, a dbt server, streamlit workbench, and git-integrated dbt model output diff tools
https://z3z1ma.github.io/dbt-osmosis/
Apache License 2.0
456 stars 46 forks source link

LLM Model? #142

Closed bkimjin closed 3 months ago

bkimjin commented 5 months ago

Hi, this isn't necessarily an issue, but what is the context behind adding openai to dbt-osmosis? I couldn't find any patch notes related to it, and the relevant file doesn't seem to do anything at this time.

z3z1ma commented 5 months ago

Its a placeholder because I had planned to add LLM support to automatically generate all the missing YAML for a given project. At least to stub it out to the best of the ability of the LLM given the available context.

z3z1ma commented 3 months ago

Moved to an optional dep in 0.13.0 to not mess with anyones dep resolver or add unnecessary deps.