kaxil commented on code in PR #45448:
URL: https://github.com/apache/airflow/pull/45448#discussion_r1905235606


##########
task_sdk/src/airflow/sdk/definitions/connection.py:
##########
@@ -58,29 +57,18 @@ def get_uri(self): ...
 
     def get_hook(self): ...
 
-    @property
-    def extra_dejson(self, nested: bool = False) -> dict:
-        """
-        Deserialize extra property to JSON.
-
-        :param nested: Determines whether nested structures are also 
deserialized into JSON (default False).
-        """
-        extra_json = {}
-
+    def _get_extra_dejson(self) -> dict:

Review Comment:
   Don't see a reason for this internal method



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