mik-laj commented on issue #18734: URL: https://github.com/apache/airflow/issues/18734#issuecomment-934340103
I think it is expected. We don't want to load the user code on the web server. If we need to do some MRO check, we should do it during serialization. We are already doing something similar for the DummyOperator. https://github.com/apache/airflow/blob/b0442f30e296eae5e1f38fb74d0fbb6b1c5cef54/airflow/serialization/serialized_objects.py#L483-L484 -- 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]
