State

Jump to Section

Pipelines can contain state that is saved to disk between runs. Common examples of Pipeline state might be machine status, indexing of a data source (ex. SQL), and more. Pipeline state is accessible via the Transform Stage. See the State documentation for details on the syntax.

To view Pipeline state, select the State menu item in the Pipeline view. All keys and values for the current state are shown.

State Page

Remove State

To delete pipeline state select one/many rows from the list view, choose Delete, and confirm.

Edit State

To edit pipeline state select one/many rows from the list view, choose Edit, and confirm. The Edit modal is populated with the latest JSON value and can be modified by replacing the value with any valid JSON value.

Edit State