Db2
Setting up the Db2 connector
| No | Item | Required | Example | Notes |
|---|---|---|---|---|
| 1 | host | Yes | Host of the Db2. | |
| 2 | port | Yes | 8123 | Port of the database. |
| 3 | db | Yes | default | Name of the database. |
| 4 | username | Yes | Username to use to access the database. | |
| 5 | password | Yes | Password associated with the username. | |
| 6 | JDBC URL Params | No | 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). | |
| 7 | Encryption | Yes | Encryption method to use when communicating with the database |
Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.