feat: fix dagster setup
This commit is contained in:
7
entrypoint.sh
Normal file
7
entrypoint.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "Generating dbt manifest..."
|
||||
dbt parse --profiles-dir /app/dbt --project-dir /app/dbt
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user