kaxil commented on a change in pull request #7092: [AIRFLOW-6347] BugFix: Can't
get task logs when serialization is enabled
URL: https://github.com/apache/airflow/pull/7092#discussion_r363844214
##########
File path: airflow/serialization/serialized_objects.py
##########
@@ -265,12 +266,9 @@ class SerializedBaseOperator(BaseOperator,
BaseSerialization):
Class specific attributes used by UI are move to object attributes.
"""
- _decorated_fields = {'executor_config', }
+ _decorated_fields = {'executor_config', 'params'}
Review comment:
Removed this change
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services