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 — REQUIREDUnique pipeline name |
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.
| ||||
404 Specified pipeline, table, or connector does not exist
| ||||
500
| ||||
503
|