ruslan-murzag commented on issue #30761:
URL: https://github.com/apache/superset/issues/30761#issuecomment-2452735008

   @mistercrunch I considered that and ran the `flask CLI` in the worker 
container to retrieve the `TALISMAN_CONFIG` variable. Here’s the code I used:
   
   ```python
   from flask import current_app
   print(current_app.config.get("TALISMAN_CONFIG"))
   ```
   This returned the same configuration I had defined in the config file. Is 
this an appropriate way to verify the TALISMAN_CONFIG, or would you recommend a 
different method?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to