Small change in docstring.
This commit is contained in:
parent
3c8d2281ca
commit
d7f2e59f94
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class MySSHTunnel:
|
||||||
|
|
||||||
def get_connection(connection_config: dict) -> Union[trino.dbapi.Connection, mysql.connector.MySQLConnection]:
|
def get_connection(connection_config: dict) -> Union[trino.dbapi.Connection, mysql.connector.MySQLConnection]:
|
||||||
"""
|
"""
|
||||||
Pick the right way to build a connection and pass it the connection details.
|
Pick the right way to build a connection and connect.
|
||||||
|
|
||||||
:param connection_config: confi
|
:param connection_config: confi
|
||||||
:return:
|
:return:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue