Skip to content

Commit

Permalink
feat: Upgrade xapi-db-load to 1.1
Browse files Browse the repository at this point in the history
Includes changes needed to support running against a Ralph 4.x schema.
  • Loading branch information
bmtcril committed Jan 29, 2024
1 parent 885c33f commit 8a81a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
echo "Loading demo xAPI data..."
xapi-db-load load-db --config_file $1
xapi-db-load load-db --config_file $1 || { ec=$?; printf '%s\n' "Error loading demo data!" >&2; exit $ec; }

echo "Done."
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ clickhouse-sqlalchemy==0.1.9
# dbt packages
dbt-core==1.7.0
dbt-clickhouse==1.7.1
git+https://github.com/openedx/xapi-db-load@1.0#egg=xapi-db-load==1.0
git+https://github.com/openedx/xapi-db-load@1.1#egg=xapi-db-load==1.1

0 comments on commit 8a81a3b

Please sign in to comment.