amoghrajesh commented on issue #49773: URL: https://github.com/apache/airflow/issues/49773#issuecomment-2834764702
@tirkarthi did some analysis here, migrating to `operator_extra_links` wont fix it. The problem is that the `extra_links` property was moved out of abstractooperator to serialised operator: https://github.com/apache/airflow/pull/46613/files#diff-f373d874912ccfa03918e853ad15aa91d6bfaa1ee75f1676f78c8a756f332ed0L189-L191 And mapped operator inherits from it. Now because of this, it seems like when we try to access from API, the `task` class is MappedOperator which doesnt have the property. -- 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]
