Print SQL Connector
The Print connector allows for writing every row to the standard output or standard error stream.
- Easy test for streaming job.
Four possible format options:
The Print connector is built-in.
Alternatively, it may be based on an existing schema using the LIKE Clause.
Connector Options
Option | Required | Default | Type | Description |
---|---|---|---|---|
connector | required | (none) | String | Specify what connector to use, here should be ‘print’. |
print-identifier | optional | (none) | String | Message that identify print and is prefixed to the output of the value. |
standard-error | optional | false | Boolean | True, if the format should print to standard error instead of standard out. |
sink.parallelism | optional | (none) | Integer | Defines the parallelism of the Print sink operator. By default, the parallelism is determined by the framework using the same parallelism of the upstream chained operator. |