ephraimbuddy commented on code in PR #54505:
URL: https://github.com/apache/airflow/pull/54505#discussion_r2279558689
##########
task-sdk/tests/task_sdk/execution_time/test_task_runner.py:
##########
@@ -2647,7 +2647,7 @@ def
test_task_runner_both_callbacks_have_timing_info(self, create_runtime_ti):
"""Test that both success and failure callbacks receive accurate
timing information."""
import time
- from airflow.exceptions import AirflowException
+ from airflow.sdk.exceptions import AirflowException
Review Comment:
I have left the case of raising runtimeException in this PR and hope to do
it in a follow up after looking closely to breaking 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]