-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
fix: use root for python installs #49136
fix: use root for python installs #49136
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hold up. I understand this is the consequence of having non-root connectors, with @alafanechere? I would love to make the path writable for user |
@natikgadzhi - My understanding is that we don't want the user account used at runtime to have permissions to modify anything in the container - and I think that includes installing packages and modifying source code. For this reason, I think it is correct for @alafanechere - I got pulled into other projects this afternoon but I'm wrapping up this evening with an added version bump and changelog so this is ready for you to merge tomorrow when you start your business hours. As noted in DM, I wasn't sure how to test prior to merging. I believe you can simply merge this and then retest during your business hours - creating a new PR for follow-up if necessary. (Biasing for faster time-to-resolution instead of fewer merges, since the tests are already broken.) |
e3bed05
to
515214c
Compare
@aaronsteers So after some research my conclusion is:
|
515214c
to
68978e6
Compare
Running tests on |
Thanks for keeping this one moving forward, @alafanechere. I can't officially approve this PR because I was the original author - but please feel free to merge when ready. ✅ 👍 |
Shopify unit tests passed on this run (which correctly used airbyte-ci installed from sources) |
Co-authored-by: alafanechere <[email protected]>
Attempts to resolve: https://airbytehq.sentry.io/issues/6129237224/?project=4505596642983936
What
How
Review guide
User Impact
Can this PR be safely reverted and rolled back?