Skip to content

Test deploy

A test deploy will deploy the pipeline with data tracing enabled, and then tear it down automatically. The pipeline will be torn down if it errors, or when it receives the first batch of data, or after 30 seconds of waiting for data; whichever comes first. Any operators with an error will be highlighted, and the data being outputted by each operator can be seen by selecting a given operator. It is recommended that before deploying a new pipeline, a test pipeline is run to ensure correctness or for debugging.

Errors in operators

When viewing data for a given operator, the data being viewed is the data as it leaves that operator. However, when a operator errors the input data is displayed.

Pipeline deployment dialog with option for a test deploy and a full deploy.
Pipeline deployment dialog with option for a test deploy and a full deploy.

Deploying

  1. To run a test deploy, click the deploy button deploy button.
  2. Configure any desired runtime settings in the deployment dialog.
  3. Click the "Test" button to run a test deploy.

Test deploy button

The test pipeline will enter a running mode and sample a set of data from the pipeline. You can view test data for a node by clicking it and viewing the data in the lower section.

Test data