The GitHub Actions job "Tests AMD" on 
airflow.git/virtualenv-operator-serializable-context-keys has failed.
Run started by GitHub user yannlambret (triggered by potiuk).

Head commit for run:
931cc1bc686e1ca87e2db56dc18c193a8f9c9e85 / Yann Lambret <[email protected]>
Improve context propagation for custom operators

When instantiating a PythonVirtualenvOperator, part of the context is
propagated based on the requirements constructor parameter. The current
logic implementation prevents 'pendulum' or 'apache-airflow' keys to be
added to the Airflow context as soon as a version specifier is used.

For instance:

    * requirements=["pendulum"] -> works

    * requirements=["pendulum<3.0"] -> does not work

Report URL: https://github.com/apache/airflow/actions/runs/14949623613

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to