uranusjr commented on issue #24547: URL: https://github.com/apache/airflow/issues/24547#issuecomment-1342092384
Ah OK, so the main issue is the callback property being read-only. This is not actually related to `attr.define`; `on_failure_callback` is a property, not a plain attribute, and we don’t define any setters for those properties. -- 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]
