Skip to main content
Version: 12 - TBD

ConnectorTypeSQLPG

class connector_types.connector_type_sqlpg.ConnectorTypeSQLPG(*args, **kwargs)

Base class: SqlLiveOutputMixin

Parameters

NameTypeDescription
**kwargs
*args

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

  • mode

    Type: anyOf

  • database

    The database to use.

    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

  • idempotent

    Whether re-running this connection from the start is safe (no duplicate side effects). Controls recovery after the connection between Cloudomation and the remote system is lost and later re-established (network glitch, workspace restart, ...): repeatable connections are left running to be reattached or re-run, others are cancelled. Leave unset to let the connector decide based on the operation.

Output Schema

Constants

supports_reconnect = False