andrewgodwin opened a new pull request #15212:
URL: https://github.com/apache/airflow/pull/15212


   Previously, we used getpass.getuser() with no fallback, which errors out if 
there is no username specified for the current UID (which happens a lot more in 
environments like Docker & Kubernetes).
   
   This updates most calls to use our own copy which has a fallback to return 
the UID as a string if there is no username. A couple of places are untouched 
as they are looking for an actual username as a connection default.
   
   closes: #9963 
   


-- 
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.

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


Reply via email to