gopidesupavan commented on PR #43612: URL: https://github.com/apache/airflow/pull/43612#issuecomment-2453213571
> > I'd say: > > ``` > > * add parameter to switch between uv and pip (no auto-detection - too much risk) > > ``` > > With the follow-up question(s): > > * What to default? > * Adding a config entry or forcing all DAGs do be adjusted for this param? > > Proposal: > > * Option "AUTO", "PIP", "UV" as Enum > > * AUTO=Like now, checks if UV is installed, if not uses pip > * The other options: How the user likes it > * Default is configurable and uses "AUTO" as default as provider config property > > Alternatively we can also make it like attept UV and if it fails attempt pip as fallback? I feel like default to UV is better, as now we are completely moving towards UV, so if user want to switch they can update? -- 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]
