uranusjr commented on code in PR #27887:
URL: https://github.com/apache/airflow/pull/27887#discussion_r1032113240


##########
airflow/utils/json.py:
##########
@@ -189,7 +189,7 @@ def __init__(self, *args, **kwargs) -> None:
         if not kwargs.get("object_hook"):
             kwargs["object_hook"] = self.object_hook
 
-        patterns = conf.getjson("core", "allowed_deserialization_classes")
+        patterns = cast(list, conf.getjson("core", 
"allowed_deserialization_classes"))

Review Comment:
   We can always do both so the user sees the error as quickly as possible, and 
still guarantee integrity is a faulty value _somehow_ gets passed in here.



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