def stmo_connect()

in src/redash_stmo/query_runner/presto.py [0:0]


def stmo_connect(*args, **kwargs):
    """
    A custom connect function to be used to override the
    default pyhive.presto.connect function.
    """
    return STMOConnection(*args, **kwargs)