status datasink

The status datasink command displays the status of a data-sink job. A data-sink job may consist of several tasks. The status is displayed per task. The tasks may be transferring data from your data source or performing aggregations on the transferred data.

Syntax

status datasink <datasink name>

Parameters

Parameter
Description

<datasink name>

The name of the data sink

Output Fields

Output Field
Description

status

The status of the task, which is one of the following: - STARTED: The task has just started. - RUNNING: The task is running normally. - STOPPED: The task was stopped by the user. - COMPLETED: The task ran to completion. - FAILED: The task failed.

Example

Last updated