ConnectorType
class connector_types.connector_type.ConnectorType
(execution, workspace, inputs, cls
)
This is the abstract parent class for all connector types.
Parameters
Name | Type | Description |
---|---|---|
cls | ||
execution | ||
inputs | ||
workspace |
Outputs
Name | Type | Default | Description |
---|---|---|---|
execution_id | int | The ID of the connection execution | |
message | str | The ended message for the connection. If the connection ended with an error, the message will contain information about what went wrong | |
status | str | The ended status for the connection. Either "success" or "error". |
Constants
ssl_context_inputs = ['check_hostname', 'client_cert', 'client_key', 'server_ca']Methods
execute ()
log (message)
one_of_inputs (options)
run ()