Loading...

verticapy.connection.global_connection.GlobalConnection.set_external_connections#

GlobalConnection.set_external_connections(symbol: str, cid: str, rowset: int) None#

Returns the current dsn section.

Examples#

The following code demonstrates the usage of the function.

# Import the Global Connection.
from verticapy.connection.global_connection import get_global_connection

# Example
get_global_connection().set_external_connections(
    symbol = '$',
    cid = 'pgrs_cid',
    rowset = 500,
)

Note

These functions serve as utilities to construct others, simplifying the overall code.