potiuk commented on PR #46074:
URL: https://github.com/apache/airflow/pull/46074#issuecomment-2628933106

   > @pierrejeambrun I am using a virtual environment to pull from git and do 
`uv pip install .` with `airflow scheduler` and `airflow dag-processor` in 
different shells. I am using extra links as per the docs and using it on 
`BashOperator` from `from airflow.providers.standard.operators.bash import 
BashOperator` . So I guess I am not using the task sdk here.
   > 
   > 
https://airflow.apache.org/docs/apache-airflow/stable/howto/define-extra-link.html
   
   See 
https://github.com/apache/airflow/blob/main/contributing-docs/07_local_virtualenv.rst
 - when we explain how to work with the new virtualenv model where we have 
mutliple packages: `uv sync --all-extras` and `uv sync --extra celery` are your 
friends as they are using the `uv workspace` feature which installs all 
internal airflow packages as needed and all necessary dependencies for the 
provider extras you specify.


-- 
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]

Reply via email to