This is the default Superset repository to get you started for generating preview environments from a custom Superset image with Restack github application.
If you want to extend the image with custom requirements, just add them to requirements.txt file.
If you want to extend the image with custom configuration, just add them at the bottom of superset_config.py file.
- Make sure to fork this repository.
- Follow steps in the official Restack documentation
- Once you open a pull request a preview environment will be generated.
- Once your pull request is merged your initial Superset application will be provisioned with latest code from the "main" branch.