Skip to content

Commit 9f7eadd

Browse files
committed
docs
1 parent 3862b4e commit 9f7eadd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

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+
513
## Get started
614

715
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.

dbtai/templates/prompts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,4 +526,5 @@
526526
```
527527
528528
The output should be a JSON containing a key "code" with the dbt model code, and a key "explanation" with a string explaining the changes made.
529-
"""
529+
"""
530+

0 commit comments

Comments
 (0)