Skip to content

Commit 88ff1ff

Browse files
committed
update docs
1 parent feb88c5 commit 88ff1ff

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

docs/comparisons.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)