sscdev.utils#

Classes#

Utilities

A utility class to manage environment setup, including package installations,

Functions#

get_client_credential()

Retrieves Azure credentials and Data Lake account URL from the AZURE_CONFIG environment variable (Base64-encoded JSON).

Module Contents#

sscdev.utils.get_client_credential()#

Retrieves Azure credentials and Data Lake account URL from the AZURE_CONFIG environment variable (Base64-encoded JSON).

class sscdev.utils.Utilities#

A utility class to manage environment setup, including package installations, ODBC driver installations, firewall rule updates, and Aiven service IP filter updates.

firewall(service=None)#

Updates the firewall rule for the specified service. If no service is specified, updates both SQL Server and PostgreSQL Server firewall rules.

static ip()#

Retrieves the current public IP address.