Jarek Potiuk

Results 1573 comments of Jarek Potiuk

I will ping in `development` again.

Reopening as the #35800 seems to also address part of the issue.

> What would you suggest - can I implement the proposed logics as PR? Always. There is absolutely nothing wrong with opening a PR, we might close and reject it...

> Thank you for the opportunity to contribute to such an exciting and impactful project as Apache Airflow. I’m looking forward to collaborating and making meaningful contributions to its development....

I believe that's impossible - that information is not stored after installation is finished - simply extras are only used while installation command runs and they are discarded (at least...

Why do you want to do it? Few lines below you have the "sudo" command to run the command as the other user. What woudl setfacl change in this case...

Looked a bit closer - I assume you only want to add the "airflow" user a capability to only sudo to "run_as_user" but not to root? Seems doable. Did you...

BTW. Is there a chance that setfacl command will be unavailable or configured not to work? I guess we can conditionally run the old sudo way in case it fails...

Ah yeah - `acl` needs to be enabled when you mount partition as mount option, so while it does make sense, you need to add it to impersonation prerequisites and...

But it is a nice feature indeed. BTW. Just to correct your statement - the current option with sudo does NOT avert the main purpose. Maybe there is a misunderstanding...