feat: finetune elementary implementation

This commit is contained in:
Stijnvandenbroek
2026-03-04 22:26:35 +00:00
parent 0b9b408714
commit 5166a183b4
5 changed files with 57 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
#!/bin/sh
set -e
echo "Installing dbt packages..."
dbt deps --profiles-dir /app/dbt --project-dir /app/dbt
echo "Generating dbt manifest..."
dbt parse --profiles-dir /app/dbt --project-dir /app/dbt