feat: fix dagster setup

This commit is contained in:
Stijnvandenbroek
2026-03-03 21:09:00 +00:00
parent 7dd520cf41
commit f56330a3d1
5 changed files with 22 additions and 4 deletions

7
entrypoint.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -e
echo "Generating dbt manifest..."
dbt parse --profiles-dir /app/dbt --project-dir /app/dbt
exec "$@"