Skip to main content
Version: 12 - TBD

ConnectorTypeMYSQL

class connector_types.connector_type_mysql.ConnectorTypeMYSQL(execution, workspace, inputs, cancel_event)

Base class: SqlLiveOutputMixin

Parameters

NameTypeDescription
cancel_eventEvent
executiondict
inputsdict
workspace

Input Schema

  • schema_version = '10.0'

    Type: string

  • authentication

    Type: anyOf

  • host

    The remote hostname or IP address.

    Type: string

  • port

    Type: anyOf

  • tls

    If to connect using TLS/SSL.

    Type: anyOf

  • database

    Type: string

  • live_output

    Stream partial output_value updates while the connection is running.

    Type: boolean

    Default: True

  • live_output_fetch_batch_size

    Number of rows per output_value update during fetch.

    Type: integer

    Default: 100

  • live_output_max_bytes

    Stop streaming fetch results to output_value once the serialized result exceeds this size in bytes. Set to 0 for no limit. The final output_value still contains all rows.

    Type: integer

    Default: 1048576

  • mode

    Type: anyOf

Output Schema