-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SFTP Provider: Fix default folder permissions #26593
SFTP Provider: Fix default folder permissions #26593
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst)
|
I don’t think this is a good fix. Instead we should change the default to |
@uranusjr I can change the default value to
|
Change them both to use octal. Using decimal is a bug in the first place. (We can keep the |
0d6cc20
to
f8041bc
Compare
86446b8
to
f6db51f
Compare
f6db51f
to
bf20f85
Compare
cool ! |
Relates #26226
Fixing default mode when creating a directory with paramiko and convert decimal mode to octal mode (paramiko documention)