ashb opened a new issue, #44481: URL: https://github.com/apache/airflow/issues/44481
The K8s system tests are running https://github.com/apache/airflow/blob/cd5ccf0abf5027cf457b36a8a2bee397dcb538b4/airflow/example_dags/example_xcom.py and this is currently failing as we don't pass `ti` to the operator `execute()` function. (We currently pass `task_isntance,` not `ti`, but even passing it as `ti` wouldn't work as the simple class we have for TI in TaskSDK doesn't have `xcom_pull` or `xcom_push` methods. -- 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: commits-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org