PostgreSQL
Available when using an authoring Data Collector version 3.22.0 or later.
To create a PostgreSQL connection, the JDBC stage library,
streamsets-datacollector-jdbc-lib
, must be installed on the
selected authoring Data Collector.
For a description of the PostgreSQL connection properties, see PostgreSQL Connection Properties.
Engine | Stages |
---|---|
Data Collector 5.0.0 or later |
|
Data Collector 3.22.0 or later |
|
Transformer 4.0.0 or later |
|
PostgreSQL Connection Properties
JDBC Property | Description |
---|---|
JDBC Connection String |
Connection string used to connect to the database. Use the connection string format required by the database:
Note: If you include the JDBC
credentials in the connection string, use a user account
created for the origin. The user must have the required
privileges for the database.
|
Use Credentials |
Enables entering credentials. Use when you do not include credentials in the JDBC connection string. |
When using credentials, configure the following properties on the Credentials tab:
Credentials Property | Description |
---|---|
Username | PostgreSQL username. The specified user must have
the required role for the database. For details about role requirements, see the documentation
for the stage: |
Password | PostgreSQL password. Tip: To secure sensitive
information, you can use credential stores or runtime resources.
|