tirkarthi commented on issue #48621: URL: https://github.com/apache/airflow/issues/48621#issuecomment-2769215571
Ttask level callbacks were implemented in 6d0e00c73c0 . From my understanding these can be `None` or a single function so `getattr` which could be returning `None` fails . https://github.com/apache/airflow/blob/e9cc14808b0f91c33309fe0842e5c8375ec2122f/task-sdk/src/airflow/sdk/bases/operator.py#L233-L252 https://github.com/apache/airflow/blob/e9cc14808b0f91c33309fe0842e5c8375ec2122f/task-sdk/src/airflow/sdk/execution_time/task_runner.py#L863-L864 cc: @uranusjr @atul-astronomer If you can post the full dag file with imports it will be easier to copy, paste and run them. Thanks. -- 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]
