List of required configuration parameters for the Db2 CDC to Iceberg [Technical Preview] ReadyFlow
When deploying the Db2 CDC to Iceberg [Technical Preview] ReadyFlow, you have to provide the following parameters. Use the information you collected in Prerequisites.
Parameter Name | Description |
---|---|
CDP Workload User | Specify the CDP machine user or workload user name that you want to use to authenticate to Iceberg. Ensure this user has the appropriate access rights to the Iceberg table. |
CDP Workload User Password | Specify the password of the CDP machine user or workload user you are using to authenticate to Iceberg. |
CDPEnvironment | The CDP Environment configuration resources. |
Hive Catalog Namespace | Specify the Hive catalog namespace. |
Iceberg Table Name | Specify the Iceberg table name you want to write to. Table must be Iceberg format v2. |
Source Database Driver | Upload the database driver jar file for your source database. |
Source Database Name | Specify the source database name. |
Source Database Password | Specify the source database password. |
Source Database Server Host Name | Specify the source database server host name. |
Source Database Server Port | Specify the source database server port. The default value is 50000. |
Source Database Table Name | Specify the source database table name in the form:
[schema_name].[table_name] . |
Source Database User | Specify the source database user. |