Zum Inhalt springen

Data Engineer Spickzettel

Terminal-Fenster
jinflow make # Standard-Tenant bauen
jinflow make millesime.domaine_zufferey # bestimmten Tenant
jinflow make millesime # alle Tenants im Pack
jinflow make --all # alle Tenants, alle Packs
jinflow make --clean # loeschen + von Grund auf neu bauen
jinflow make --sync # CSVs von DLZ zuerst kopieren
jinflow make --extract # XLSX → CSV → Sync → Build
jinflow make --snapshot post-audit # KLS nach Build einfrieren
PhaseWas passiert
0aXLSX → CSV extrahieren (wenn --extract)
0bDLZ → raw/ synchronisieren (wenn --sync)
1CSVs validieren + anreichern
2Instrumente kompilieren (Signals, Theses, Verdicts, SMEbits, Reports, Entities, Lineage)
3adbt Build: Bronze → Silver → Gold
3bdbt Build: Signals → Perspectives → Theses → Verdicts → SMEbits
3cdbt Build: Lineage
3ddbt Build: Reports
4Pipeline Graph, PDF-Berichte, Calibration
5Metadaten stempeln, AFS-Archiv backen, SIS erstellen
EbeneZweckMaterialisierungKernprinzip
BronzeStrukturelle EinnahmeTABLESource-System Dispatch, fuegt source_file + row_number hinzu
SilverDomain-ValidierungTABLEis_valid + invalid_reason auf jeder Zeile
GoldKonsumvertragVIEWNur is_valid = true, quellsystem-agnostisch
PlatformCross-TenantVIEWUNION ALL mit tenant_id
Terminal-Fenster
# Validieren (YAML gegen Contracts pruefen)
python3 scripts/probecheck.py
python3 scripts/hypothesischeck.py
python3 scripts/diagnosischeck.py
python3 scripts/smebitcheck.py
python3 scripts/reportcheck.py
# Kompilieren (YAML → dbt SQL)
python3 scripts/probecompile.py # --check fuer Trockenlauf
python3 scripts/hypothesiscompile.py
python3 scripts/diagnosiscompile.py
python3 scripts/smebitcompile.py
python3 scripts/reportcompile.py
Terminal-Fenster
jinflow init --tenant my_analysis --source-system csv # von Grund auf
jinflow init --pack millesime --tenant domaine_zufferey --source-system opale # aus Pack
jinflow clone millesime.domaine_zufferey --name sandbox # Tenant klonen
jinflow us millesime.domaine_zufferey # als Standard setzen
jinflow ls # alle Tenants auflisten
jinflow stat # KLS Gesundheitscheck
VariableZweck
JINFLOW_LIVELive Root ueberschreiben
JINFLOW_TENANTStandard-Tenant ueberschreiben
JINFLOW_DB_PATHExpliziter KLS-Pfad (Explorer)
JINFLOW_AFS_ROOTAFS Root (Explorer)
JINFLOW_SYSTEM_DB_PATHSystem DB Pfad
JINFLOW_PACKS_ROOTPack Repos Verzeichnis
ANTHROPIC_API_KEYClaude API Key (Evolve)
jazzisnow jinflow is a jazzisnow product
v0.45.1 · built 2026-04-17 08:14 UTC