hussein-awala commented on PR #29762: URL: https://github.com/apache/airflow/pull/29762#issuecomment-1445183541
It seems like the serialized task from `Mapped(_PythonDecoratedOperator)` has a field `_operator_name` which we use in [this test](https://github.com/apache/airflow/blob/main/tests/serialization/test_dag_serialization.py#L608-L608), but the serialized task from `Mapped(PythonOperator)` does not. I will check if it's a bug in the serialization code or a problem in the test. -- 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]
