| {{ $ref := ref . "maintenance/configurations.md" }} |
| <table class="configuration table table-bordered"> |
| <thead> |
| <tr> |
| <th class="text-left" style="width: 15%">Configuration</th> |
| <th class="text-left" style="width: 85%">Description</th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td><h5>--warehouse</h5></td> |
| <td>The path to Paimon warehouse.</td> |
| </tr> |
| <tr> |
| <td><h5>--database</h5></td> |
| <td>The database name in Paimon catalog.</td> |
| </tr> |
| <tr> |
| <td><h5>--table</h5></td> |
| <td>The Paimon table name.</td> |
| </tr> |
| <tr> |
| <td><h5>--partition_keys</h5></td> |
| <td>The partition keys for Paimon table. If there are multiple partition keys, connect them with comma, for example "dt,hh,mm".</td> |
| </tr> |
| <tr> |
| <td><h5>--computed_column</h5></td> |
| <td>The definitions of computed columns. The argument field is from MongoDB collection field name. See <a href="../overview/#computed-functions">here</a> for a complete list of configurations. </td> |
| </tr> |
| <tr> |
| <td><h5>--mongodb_conf</h5></td> |
| <td>The configuration for Flink CDC MongoDB sources. Each configuration should be specified in the format "key=value". hosts, username, password, database and collection are required configurations, others are optional. See its <a href="https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/mongodb-cdc/#connector-options">document</a> for a complete list of configurations.</td> |
| </tr> |
| <tr> |
| <td><h5>--catalog_conf</h5></td> |
| <td>The configuration for Paimon catalog. Each configuration should be specified in the format "key=value". See <a href="{{ $ref }}">here</a> for a complete list of catalog configurations.</td> |
| </tr> |
| <tr> |
| <td><h5>--table_conf</h5></td> |
| <td>The configuration for Paimon table sink. Each configuration should be specified in the format "key=value". See <a href="{{ $ref }}">here</a> for a complete list of table configurations.</td> |
| </tr> |
| </tbody> |
| </table> |