File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ SQLMesh aims to be dbt format compatible. Importing existing dbt projects with m
1616| ` Python models ` | ✅ | ✅
1717| ` Seed models ` | ✅ | ✅
1818| ` Jinja support ` | ✅ | ✅
19- | ` Views / Embedded Models ` | ✅ | ✅
20- | ` Incremental Models ` | ✅ | ✅
21- | ` Seed Models ` | ✅ | ✅
22- | ` Snapshot Models ` | ✅ | ❌
19+ | ` Views / Embedded models ` | ✅ | ✅
20+ | ` Incremental models ` | ✅ | ✅
21+ | ` Seed models ` | ✅ | ✅
22+ | ` Snapshot models ` | ✅ | ❌
2323| ` Documentation generation ` | ✅ | ❌
24- | ` Package Manager ` | ✅ | ❌
24+ | ` Package manager ` | ✅ | ❌
2525| ` Semantic validation ` | ❌ | ✅
2626| ` Transpilation ` | ❌ | ✅
2727| ` Unit tests ` | ❌ | ✅
@@ -37,6 +37,9 @@ SQLMesh aims to be dbt format compatible. Importing existing dbt projects with m
3737| ` Local Python execution ` | ❌ | ✅
3838| ` Open-source CI/CD Bot ` | ❌ | ✅
3939| ` Open-source IDE (UI) ` | ❌ | ✅
40+ | ` CLI ` | ✅ | ✅
41+ | ` Notebook Support ` | ❌ | ✅
42+ | ` Comprehensive Python API ` | ❌ | ✅
4043
4144
4245### Incremental Models
You can’t perform that action at this time.
0 commit comments