Skip to content

Commit 3f1d844

Browse files
authored
[issue-634] add missing options (#654)
Signed-off-by: Fan, Yang <[email protected]>
1 parent de1bbc6 commit 3f1d844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/src/docs/table-api.md

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ WITH (
8282
| Option | Required | Default | Type | Description |
8383
|--------------------------------------------------------|---------------------|---------------|--------------|---------------------------------------------------------------------------------------------------------------|
8484
| connector | required | (none) | String | Specify what connector to use, here should be 'pravega' |
85+
| scope | required | (none) | String | Scope name |
8586
| controller-uri | required | (none) | String | Pravega controller URI |
8687
| security.auth-type | optional | (none) | String | Static authentication/authorization type for security |
8788
| security.auth-token | optional | (none) | String | Static authentication/authorization token for security |
@@ -92,6 +93,7 @@ WITH (
9293
| scan.streams | required for source | (none) | List<String> | Semicolon-separated list of stream names from which the table is read. |
9394
| scan.start-streamcuts | optional | (none) | List<String> | Semicolon-separated list of base64 encoded strings for start streamcuts, begin of the stream if not specified |
9495
| scan.end-streamcuts | optional | (none) | List<String> | Semicolon-separated list of base64 encoded strings for end streamcuts, unbounded end if not specified |
96+
| scan.uid | optional | (none) | String | Uid for the table source operator to identify the checkpoint state |
9597
| scan.reader-group.max-outstanding-checkpoint-request | optional | 3 | Integer | Maximum outstanding checkpoint requests to Pravega |
9698
| scan.reader-group.refresh.interval | optional | 3 s | Duration | Refresh interval for reader group |
9799
| scan.event-read.timeout.interval | optional | 1 s | Duration | Timeout for the call to read events from Pravega |

0 commit comments

Comments
 (0)