Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

Macro Enabled?

Version Introduced

Description

Use Connection

No

6.7.0/1.8.0

Optional. Whether to use an existing connection. If you use a connection, connection related properties do not appear in the plugin properties.

Connection

Yes

6.7.0/1.8.0

Optional. Name of the connection to use. Project and service account information will be provided by the connection. You can also use the macro function ${conn(connection_name)}

JDBC Driver Name

No

Required. Name of the JDBC driver to use.

Default is cloudsql-postgresql.

CloudSQL Instance Type

No

Optional. Whether the CloudSQL instance to connect to is private or public. 

Default is Public.

Connection Name

Yes
(6.10.0)

Required. The CloudSQL instance to connect to in the format <PROJECT_ID>:<REGION>:<INSTANCE_NAME>. Can be found in the instance overview page.

Port

Yes

6.9.0/1.10.05

Optional. Port that PostgreSQL is running on.

Default is 5432.

Username

Yes

Optional. User identity for connecting to the specified database.

Password

Yes

Optional. Password to use to connect to the specified database.

Connection Arguments

Yes

Optional. A list of arbitrary string key/value pairs as connection arguments. These arguments will be passed to the JDBC driver as connection arguments for JDBC drivers that may need additional configurations.

Reference Name

No

Required. Name used to uniquely identify this sink for lineage, annotating metadata, etc.

Database

Yes (6.9.0/1.10.05)

Required. CloudSQL PostgreSQL database name.

Table Name

Yes

Required. Name of the table to export to.

Transaction Isolation Level

Yes

Transaction isolation level for queries run by this sink.

Default is TRANSACTION_READ_COMMITTED.

Connection Timeout

Yes

The timeout value used for socket connect operations. If connecting to the server takes longer than this value, the connection is broken.The timeout is specified in seconds and a value of zero means that it is disabled.

...