Created
December 26, 2023 13:50
-
-
Save Purush0th/d39560442f22ed0c61bcc4b724a3781c to your computer and use it in GitHub Desktop.
superset Run Script
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
#!/bin/bash | |
source /home/falcon/superset-venv/bin/activate | |
export FLASK_APP=superset | |
export SUPERSET_CONFIG_PATH=/home/falcon/app/superset_config.py | |
superset run -p 8088 --with-threads --reload --debugger | |
deactivate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment