Generate a completion token for an input connector.
Returns a token that can be passed to the /completion_status endpoint
to check whether the pipeline has finished processing all inputs received from the
connector before the token was generated.
| Path Parameters |
|---|
pipeline_name string — REQUIRED |
table_name string — REQUIREDSQL table name. Unquoted SQL names have to be capitalized. Quoted SQL names have to exactly match the case from the SQL program. |
connector_name string — REQUIREDUnique input connector name |
| Responses |
|---|
200
Completion token that can be passed to the '/completion_status' endpoint. | Schema — OPTIONAL |
|---|
token stringCompletion token. An opaque string associated with the current position in the input stream
generated by an input connector.
Pass this string to the /completion_status endpoint to check whether all
inputs associated with the token have been fully processed by the pipeline. |
|
404
Specified pipeline, table, or connector does not exist | Schema — OPTIONAL |
|---|
details objectDetailed error metadata.
The contents of this field is determined by error_code. | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|
| Schema — OPTIONAL |
|---|
details objectDetailed error metadata.
The contents of this field is determined by error_code. | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|
| Schema — OPTIONAL |
|---|
details objectDetailed error metadata.
The contents of this field is determined by error_code. | error_code stringError code is a string that specifies this error type. | message stringHuman-readable error message. |
|