ashb commented on a change in pull request #8772:
URL: https://github.com/apache/airflow/pull/8772#discussion_r421982146



##########
File path: airflow/serialization/serialized_objects.py
##########
@@ -254,7 +260,12 @@ def _deserialize_timedelta(cls, seconds: int) -> 
datetime.timedelta:
         return datetime.timedelta(seconds=seconds)
 
     @classmethod
-    def _value_is_hardcoded_default(cls, attrname: str, value: Any) -> bool:
+    def _is_constcutor_param(cls, attrname: str, instance: Any) -> bool:

Review comment:
       Thanks, was working on (what I thought would be a quick fix) this for 11 
hours. 




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


Reply via email to