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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
An AI CLI utility for common tasks with dbt. Commands are intended to run inside a dbt project, and parses the dbt manifest to provide relevant context for the LLM.
4
4
5
+
Features include:
6
+
- Generate documentation for an existing dbt model, based on the upstream models and the model code.
7
+
- Generate Unit tests for a dbt model, given a description of what to test.
8
+
- Explain a dbt model.
9
+
- Interactively chat with a dbt model.
10
+
- Run SQLFluff and optionally rewrite a model for clarity.
11
+
- Change an existing model based on a description of desired changes.
12
+
5
13
## Get started
6
14
7
15
The library currently only works with OpenAI as backend. We hope to expand this, but for now you need an OpenAI API key at hand.
0 commit comments