apache-superset

a year ago

Description: Apache Superset is a Data Visualization and Data Exploration Platform

Category: Analytics

URL: https://railway.app/template/S7TBaH

Contact me:https://github.com/ju-li

14 Replies

7 months ago

I have updated the template to fix recent build issues


5 months ago

I've updated the template to persist metadata using a connected Postgres DB


bretzelio
PRO

2 months ago

Hello, how can I modify superset_config.py ?
I need to add some variables.

Thanks


bretzelio

Hello, how can I modify superset_config.py ?I need to add some variables.Thanks

2 months ago

Hey bretzelio, you can fork the repo: https://github.com/ju-li/apache-superset-railway

And update the file in the config folder


bretzelio
PRO

2 months ago

Great, thank you !
And can I update the Superset I already deployed without loosing any data ?


bretzelio

Great, thank you !And can I update the Superset I already deployed without loosing any data ?

2 months ago

Yes the latest templates would save the data in the attached postgres db. You'll just have to point the railway template to your fork instead of my repo

If you're worried, you could always deploy a new copy and give it a test too


bretzelio
PRO

2 months ago

Great thank you so much !

Do you know what I can add to add French language to Superset ?


bretzelio

Great thank you so much !Do you know what I can add to add French language to Superset ?

2 months ago

You should update the superset_config.py file like this: https://github.com/apache/superset/discussions/18806#discussioncomment-2202576


bretzelio
PRO

2 months ago

Hello, I made the changes in config/superset_config.py on GitHub, but I don't have French available on Superset...


bretzelio

Hello, I made the changes in config/superset_config.py on GitHub, but I don't have French available on Superset...

2 months ago

I added a branch called "french-example": https://github.com/ju-li/apache-superset-railway/tree/french-example

Deployed it and French is now in the dropdown


Deployment settings:


bretzelio
PRO

2 months ago

Thank you so much for your quick reply, but as you can see, I don't have the dropdown menu to select "frecnh-example" in Railway...

Attachments


2 months ago

The railway UI is kind of weird. I had to disconnect the repo and then add it back for the branch selector to show up


bretzelio

Thank you so much for your quick reply, but as you can see, I don't have the dropdown menu to select "frecnh-example" in Railway...

2 months ago

The railway UI is kind of weird. I had to disconnect the repo and then add it back for the branch selector to show up


bretzelio
PRO

2 months ago

I had to duplicate your entire repo in my GitHub, then connect my repo to select the branch...
Guess there's some improvement to do on Railway on this side.

It works now !

Thank you for your help !