We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abb1f9 commit 24a059dCopy full SHA for 24a059d
README.md
@@ -22,11 +22,12 @@ Whether you're:
22
23
## ✨ Features
24
25
+✅ Translate dbt models across supported SQL dialects.
26
✅ Translate dbt models across supported SQL dialects
27
✅ Retains dbt Jinja templating: `{{ ref('...') }}`, `{{ var('...') }}`
28
✅ Bulk model conversion support
29
✅ Intuitive CLI: `dbt run -m`-like syntax
-✅ LLM-powered translation via `OpenAI`, `Groq`, `Anthropic`, etc.
30
+✅ LLM-powered translation via `OpenAI`, `Groq`, `Google`, etc.
31
✅ Fully configurable through CLI or `.env`
32
✅ SQL version-aware translation (e.g., Oracle 11g vs 19c)
33
✅ Auto-detects source dialect from dbt metadata
0 commit comments