feat: copier update v0.9.0 → v0.10.0
Pulls in template changes: export_serving.py for atomic DuckDB swap, supervisor export step, SQLMesh glob macro, server provisioning script, imprint template, and formatting improvements. Template scaffold SQL models excluded (padelnomics has real models). Web app routes/analytics unchanged (padelnomics-specific customizations). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,21 +21,21 @@ uv run sqlmesh -p transform/sqlmesh_padelnomics format
|
||||
## 4-layer architecture
|
||||
|
||||
```
|
||||
landing/ <- raw files (extraction output)
|
||||
+-- padelnomics/
|
||||
+-- {year}/{etag}.csv.gz
|
||||
landing/ ← raw files (extraction output)
|
||||
└── padelnomics/
|
||||
└── {year}/{etag}.csv.gz
|
||||
|
||||
raw/ <- reads files verbatim
|
||||
+-- raw.padelnomics
|
||||
raw/ ← reads files verbatim
|
||||
└── raw.padelnomics
|
||||
|
||||
staging/ <- type casting, deduplication
|
||||
+-- staging.stg_padelnomics
|
||||
staging/ ← type casting, deduplication
|
||||
└── staging.stg_padelnomics
|
||||
|
||||
foundation/ <- business logic, dimensions, facts
|
||||
+-- foundation.dim_category
|
||||
foundation/ ← business logic, dimensions, facts
|
||||
└── foundation.dim_category
|
||||
|
||||
serving/ <- pre-aggregated for web app
|
||||
+-- serving.padelnomics_metrics
|
||||
serving/ ← pre-aggregated for web app
|
||||
└── serving.padelnomics_metrics
|
||||
```
|
||||
|
||||
### raw/ — verbatim source reads
|
||||
|
||||
Reference in New Issue
Block a user