amoghrajesh commented on issue #49966: URL: https://github.com/apache/airflow/issues/49966#issuecomment-3130704867
@nicolamarangoni looking more carefully, this could be a logging error Your logging formatter is trying to substitute a field `%(task_name)s`, but the log record being emitted doesn’t always have that attribute. Check your task code for potential usage of `task_name` or if you could share your dag code -- 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]
