cwegener opened a new pull request, #24578:
URL: https://github.com/apache/superset/pull/24578

   (Part 1 of 2)
   
   setuptools' pkg_resources is in the process of being deprecated in favor
   of importlib.resources and importlib.metadata (see also PR #24514)
   
   importlib.resources has been available in the standard library since
   Python 3.7
   
   This change follows the importlib_resources migration guide and does not
   perform any additional refactoring.
   
   The last component that is using pkg_resources is
   'superset.config.BASE_DIR'
   
   'superset.config.BASE_DIR' is mainly used as the default file upload
   directory in Flask and therefore requires special attention as this
   directory needs to be writable and needs to exist for the full lifetime
   of the Flask application.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to