Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Changing superset_config.py #52

Open
israjsingh opened this issue Aug 24, 2022 · 3 comments
Open

Changing superset_config.py #52

israjsingh opened this issue Aug 24, 2022 · 3 comments

Comments

@israjsingh
Copy link

I want to change some configs like adding the Mapbox key and SMTP details. How can I do it, given that I am using https://aws.amazon.com/quickstart/architecture/apache-superset/ ?

@yike5460
Copy link
Contributor

Such superset_config.py file is inherited from community, you can pull the docker image and override with your own one, then pack a new image and replace image url in CloudFormation template.

@philMarius
Copy link

philMarius commented Sep 6, 2022

An example of how to do this:

FROM public.ecr.aws/p9r6s5p7/superset:v2.0.0

USER root

RUN pip install Authlib

COPY superset_config.py /app/pythonpath

USER superset

@sathvik-k
Copy link

sathvik-k commented Aug 24, 2023

Is there a clean way of doing this that doesn't overwrite the existing settings in superset_config.py?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants