Name | Type | Description |
---|---|---|
Host | String | Hostname of the database. |
Port | Integer | Port of the database. |
DB Name | String | Name of the database. |
Default Schema | String | The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". |
User | String | Username to use to access the database. |
Password | String | Password associated with the username. |
SSL Connection | Boolean | Encrypt data using SSL. When activating SSL, please select one of the connection modes. |
SSL modes | Object | SSL connection modes. |
disable - Chose this mode to disable encryption of communication between Airbyte and destination database | ||
allow - Chose this mode to enable encryption only when required by the source database | ||
prefer - Chose this mode to allow unencrypted connection only if the source database does not support encryption | ||
require - Chose this mode to always require encryption. If the source database server does not support encryption, connection will fail | ||
verify-ca - Chose this mode to always require encryption and to verify that the source database server has a valid SSL certificate | ||
verify-full - This is the most secure mode. Chose this mode to always require encryption and to verify the identity of the source database server | ||
See more information - in the docs. | ||
JDBC URL Params | String | Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3). |