Taragolis commented on PR #28367:
URL: https://github.com/apache/airflow/pull/28367#issuecomment-1354013019

   This is the only one place in project where we tried to set `0o777` and it 
related only to SubDag, which nowadays deprecated due to tons of limitations.
   
   And fix (it it actually required) could be `Path(directory).chmod(0o777)` or 
`os.chmod(directory, 0o777)` after directory created


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

Reply via email to