amordoch commented on issue #57426: URL: https://github.com/apache/airflow/issues/57426#issuecomment-3457302935
@kaxil @amoghrajesh I'm using a virtualenv task to use the s3fs extra for the Amazon provider. Even if I use only system_site_packages=True, wouldn't it still update structlog as much as it could based? In any case I think it would make sense to [update the phrasing in the Virtualenv operator documentation)[https://airflow.apache.org/docs/apache-airflow-providers-standard/stable/operators/python.html#virtual-environment-setup-options] to recommend using system site packages only. It currently says this (emphasis mine): > For Airflow context variables make sure that you either have access to Airflow through setting system_site_packages to True or **add apache-airflow to the requirements argument.** -- 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]
