xBis7 commented on PR #43941:
URL: https://github.com/apache/airflow/pull/43941#issuecomment-2745399420

   @ashb @ferruzzi Thank you for all the help!
   
   Although the PR is in a good state and the CI is green, I'm going to have to 
revisit the changes on the `base_executor.py`.
   
   Due to the task api changes, I'm not convinced that creating spans under a 
task work as expected. Also, I used to set the `start_time` for task spans to 
the `queued_dttm`which isn't available anymore at the time of initializing a 
workload `TaskInstance`.
   
   My new integration tests don't run on the CI but when I run them locally, 
task1 fails. I suspect that it's related to the task api changes.


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