Skip to content

Commit 1daa008

Browse files
authored
Revise README for datavault4sqlmesh library (#3)
Updated README to clarify the purpose of datavault4sqlmesh and its functionality.
1 parent 2f2fb52 commit 1daa008

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# datavault4sqlmesh
21

3-
Each function replaces the full `@model` decorator, `execute` function, and
4-
manually maintained `columns={}` dict in a SQLMesh Python model file with a
5-
single declarative call.
2+
# datavault4sqlmesh
3+
<img width="1357" height="300" alt="DataVault4sqlmesh-Powered-by-Scalefree-White" src="https://github.com/user-attachments/assets/5924cd48-3e71-4ccf-a8f9-e869661a0f3a" />
64

75
---
6+
`datavault4sqlmesh` is a Python library that brings Data Vault 2
7+
models to SQLMesh. It auto-derives the `columns={}` schema,
8+
sets the correct model kind (`INCREMENTAL_UNMANAGED` or `FULL`), and wires up the `execute`
9+
function — so each Data Vault entity is a single declarative call in your model file.
810

911
## Installation
1012

0 commit comments

Comments
 (0)