uranusjr commented on issue #28870: URL: https://github.com/apache/airflow/issues/28870#issuecomment-1410058128
Assuming we go with the `property` approach, the first blocker would be operator serialisation; currently we simply assume `operator_extra_links` is a class-level list: https://github.com/apache/airflow/blob/b5b1fae2dfe92751d6aaaace00009ce29625095b/airflow/serialization/serialized_objects.py#L1086-L1109 Here is a report where a property object crashes on serialisation: #25243 Everything else should be easy enough if we can fix this. -- 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]
