harvard-lil / perma

Indelible links
408 stars 72 forks source link

add superset service #3555

Open teovin opened 3 days ago

teovin commented 3 days ago

To get it running:

docker compose exec -it superset superset fab create-admin \                                  
              --username admin \
              --firstname Superset \
              --lastname Admin \
              --email admin@superset.com \
              --password admin

docker compose exec -it superset superset db upgrade docker compose exec -it superset superset init

image

If everything went well, you should see something like this:

image

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.94%. Comparing base (4cf36c4) to head (922b05d). Report is 35 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3555 +/- ## ======================================== Coverage 68.94% 68.94% ======================================== Files 48 48 Lines 6900 6900 ======================================== Hits 4757 4757 Misses 2143 2143 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.