kaxil commented on issue #14161: URL: https://github.com/apache/airflow/issues/14161#issuecomment-845858312
Use `PythonVirtualEnvOperator` - https://airflow.apache.org/docs/apache-airflow/1.10.14/_api/airflow/operators/python_operator/index.html#airflow.operators.python_operator.PythonVirtualenvOperator That will allow adding dependencies via a requirements arguments. Note: Airflow 1.10.x is reaching End of Life next month https://github.com/apache/airflow#version-life-cycle -- so please Upgrade to Airflow 2. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
