jedcunningham opened a new issue, #46429: URL: https://github.com/apache/airflow/issues/46429
### Body Some bundles will end up needing a connection - we should preinject it so we don't have to hit the execution api right away when starting a task. We will have to do it in a generic way though, since not all bundles will rely on connections. We can send it as part of [this response](https://github.com/apache/airflow/blob/3c732fbc088b9baa849b7a53c307642a9f4328ec/airflow/api_fastapi/execution_api/datamodels/taskinstance.py#L230-L243) to [this request](https://github.com/apache/airflow/blob/3c732fbc088b9baa849b7a53c307642a9f4328ec/task_sdk/src/airflow/sdk/execution_time/supervisor.py#L611-L625). This can happen post 3.0. ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
