Skip to content

Commit

Permalink
Fixed reading env file when running project locally without docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hirensoni913 committed Jul 3, 2024
1 parent 35da6ac commit 5755c06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
from superset.utils.encrypt import SQLAlchemyUtilsAdapter
from superset.utils.log import DBEventLogger
from superset.utils.logging_configurator import DefaultLoggingConfigurator
from dotenv import load_dotenv

load_dotenv()
logger = logging.getLogger(__name__)

if TYPE_CHECKING:
Expand Down

0 comments on commit 5755c06

Please sign in to comment.