kaxil commented on a change in pull request #17676:
URL: https://github.com/apache/airflow/pull/17676#discussion_r691684818



##########
File path: airflow/serialization/serialized_objects.py
##########
@@ -651,7 +651,7 @@ class SerializedDAG(DAG, BaseSerialization):
     not pickle-able. SerializedDAG works for all DAGs.
     """
 
-    _decorated_fields = {'schedule_interval', 'default_args', 
'_access_control'}
+    _decorated_fields = {'schedule_interval', 'default_args', 'params', 
'_access_control'}

Review comment:
       Can you add a test in 
https://github.com/apache/airflow/blob/79c1a0e3a248a379a5d5338fe41675104a241595/tests/serialization/test_dag_serialization.py#L556-L601
 please




-- 
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]


Reply via email to