Skip to content

Commit

Permalink
fix: install only dbt requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Apr 8, 2024
1 parent 0b56a57 commit f5e2d86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tutoraspects/templates/aspects/apps/aspects/scripts/dbt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ cd aspects-dbt || exit

echo "Installing dbt python requirements"
pip install -r ./requirements.txt
pip install -r /app/aspects/dbt/requirements.txt

export ASPECTS_EVENT_SINK_DATABASE={{ASPECTS_EVENT_SINK_DATABASE}}
export ASPECTS_XAPI_DATABASE={{ASPECTS_XAPI_DATABASE}}
Expand Down
3 changes: 0 additions & 3 deletions tutoraspects/templates/aspects/build/aspects/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# alembic packages
alembic==1.11.1
clickhouse-sqlalchemy==0.1.9
# dbt packages
dbt-core==1.7.3
dbt-clickhouse==1.7.2
git+https://github.com/openedx/[email protected]#egg=xapi-db-load==1.2

0 comments on commit f5e2d86

Please sign in to comment.