Skip to main content
Version: 6 - Palatschinke

ConnectorType

class connector_types.connector_type.ConnectorType(execution, workspace, inputs, cls)

This is the abstract parent class for all connector types.

Parameters

NameTypeDescription
cls
execution
inputs
workspace

Outputs

NameTypeDefaultDescription
execution_idintThe ID of the connection execution
messagestrThe ended message for the connection. If the connection ended with an error, the message will contain information about what went wrong
statusstrThe ended status for the connection. Either "success" or "error".

Constants

ssl_context_inputs = ['check_hostname', 'client_cert', 'client_key', 'server_ca']

Methods