Apache Superset Feature Flags using superset_config.py and Custom Configuration (Without Docker)

19 days ago
2

🔗 **Resources & Links**
*For the detailed written steps, check out the associated blog post on sabbirz.com*
https://www.sabbirz.com/blog/create-and-persist-superset-config-in-apache-superset
*Warp Terminal:*
https://app.warp.dev/referral/KJGRDJ
*Micro text editor:*
https://micro-editor.github.io/

🤝 *Connect with Me*
* *Request for Tutorial:*
https://docs.google.com/forms/d/e/1FAIpQLScVddFY5UiKvTYnMShrb4-yPu6v5kl6nlCd2ERZ9C65RICmzQ/viewform
* *Request for Mentorship (PAID):* https://docs.google.com/forms/d/e/1FAIpQLSeLxI84zczXfL4nPq6aBtGwgXL23l-TE_zqtWV9Qe6OwIZeIw/viewform

⏰ **Superset Feature Flags using superset_config.py**
0:00 Referring to the Blog Post
0:09 Running the Superset Distro
0:18 Warp Terminal
0:29 Initial Terminal Setup and User Switch
1:06 Locating and Activating the Virtual Environment
2:16 Finding the Default Configuration Location
3:21 Inspecting the Default config.py File
3:58 Crucial Warning: Why Not to Modify config.py Directly
4:19 Creating the configuration file
5:18 What is the superset config file
5:57 Configuring the configuration file
6:43 Adding the configuration file to pythonpath
8:45 Verifying Custom Configuration is Working
9:32 Verifying Changes by Editing the Custom Config Again
10:48 Ending Note

#superset #apachesuperset

In this comprehensive tutorial, learn how to activate and manage Apache Superset Feature Flags and custom configurations when you've installed Superset without Docker.

Modifying the core config.py file is risky. Instead, we'll show you the best practice method: creating a persistent superset_config.py file in your virtual environment (venv) to safely override settings.

You'll learn to:
1. Set up the custom configuration file.
2. Export the necessary PYTHONPATH to ensure Superset loads your custom settings.
3. Verify changes, such as modifying the app name to "SUPERSET CUSTOM" or enabling Thumbnails/Import-Export features.

This guide is perfect for developers and data engineers looking for stable, non-Docker Superset customization.

Website - https://sabbirz.com
Patreon - https://www.patreon.com/sabbirzz
Facebook - https://www.facebook.com/sabsabbirz
Behance - https://www.behance.net/sabbir_shn
Instagram - https://www.instagram.com/studiozoetrope/

Loading comments...