-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ python3 -m venv virtualenv | |
. virtualenv/bin/activate | ||
|
||
echo "Loading demo xAPI data..." | ||
pip install git+https://github.com/openedx/[email protected]#egg=xapi-db-load==0.2 | ||
pip install pandas # clickhouse_connect is missing this | ||
xapi-db-load --backend ralph_clickhouse \ | ||
--num_batches $1 \ | ||
--batch_size $2 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tutoraspects/templates/aspects/apps/scripts/aspects/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{% for requirement in EXTRA_DBT_PACKAGES %}{{ requirement }}{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
# Superset image with additional database drivers | ||
# https://hub.docker.com/r/apache/superset | ||
# https://github.com/apache/superset/releases | ||
# https://github.com/apache/superset/blob/master/Dockerfile | ||
# https://superset.apache.org/docs/databases/installing-database-drivers | ||
FROM python3.8 | ||
FROM python:3.8 | ||
|
||
USER root | ||
RUN pip install dbt-core==1.4.0 dbt-clickhouse==1.4.1 pandas | ||
|
||
#COPY ./requirements.txt /app/requirements.txt | ||
|
||
RUN echo "Hi" | ||
RUN pip install git+https://github.com/openedx/[email protected]#egg=xapi-db-load==0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters