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
a month 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
a month ago
Hey bretzelio, you can fork the repo: https://github.com/ju-li/apache-superset-railway
And update the file in the config folder
a month 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 ?
a month 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
a month 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 ?
11 days ago
You should update the superset_config.py file like this: https://github.com/apache/superset/discussions/18806#discussioncomment-2202576
11 days 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...
11 days 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:
Attachments
11 days 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
11 days 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...
11 days 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
11 days 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 !