Loading...

verticapy.connection.global_connection.GlobalConnection.get_dsn#

GlobalConnection.get_dsn() str#

Returns the current dsn.

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_dsn()

Note

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