Loading...

verticapy.connection.global_connection.GlobalConnection.get_external_connections#

GlobalConnection.get_external_connections() dict#

Returns the external connection.

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().get_external_connections()
Out[2]: {}

Note

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