Skip to content

Commit

Permalink
update superset
Browse files Browse the repository at this point in the history
  • Loading branch information
germankay committed Nov 21, 2024
1 parent b367427 commit 8887a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ckan/files/scripts/install-extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pip install -e git+https://github.com/NorwegianRefugeeCouncil/ckanext-api-tracki
pip install -r https://raw.githubusercontent.com/NorwegianRefugeeCouncil/ckanext-api-tracking/refs/tags/0.4.1/requirements.txt

echo "Installing Apache Superset extension"
pip install -e git+https://github.com/unckan/[email protected].3#egg=ckanext-superset
pip install -r https://raw.githubusercontent.com/unckan/ckanext-superset/refs/tags/0.1.3/requirements.txt
pip install -e git+https://github.com/unckan/[email protected].4#egg=ckanext-superset
pip install -r https://raw.githubusercontent.com/unckan/ckanext-superset/refs/tags/0.1.4/requirements.txt

echo "CKAN extensions installed"

0 comments on commit 8887a73

Please sign in to comment.