You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/11/15 17:16:38 UTC

[GitHub] [superset] Antonio-RiveroMartnez commented on a diff in pull request #22120: feature(ssh_tunnel): DAO Changes for SSH Tunnel

Antonio-RiveroMartnez commented on code in PR #22120:
URL: https://github.com/apache/superset/pull/22120#discussion_r1023064141


##########
superset/databases/dao.py:
##########
@@ -124,3 +125,13 @@ def get_related_objects(cls, database_id: int) -> Dict[str, Any]:
         return dict(
             charts=charts, dashboards=dashboards, sqllab_tab_states=sqllab_tab_states
         )
+
+    @classmethod
+    def get_related_ssh_tunnel(cls, database_id: int) -> Dict[str, Any]:

Review Comment:
   Cool! Renamed to `get_ssh_tunnel` 👍 



-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org