Configuring Analyze Steps

A definition can have as many analyze steps a required, these steps will have a default behaviour of executing in parrallel but can be configured to run consecutively.

Overview

An analyze step is where you can compare the data that has been collected in the gather steps the output of these steps will be directly used in the manage step to create cases.

Step Name

A user friendly display name for the step.

Place Id

This tells Databug where the step should be ran, in the example a private place is being used instead of the cloud.

Depends Upon Steps

A list of othe analyze steps that a required to have completed before this step runs.

Query

An SQL command that compares the output of gather steps.

Output File

The name of the file that the step should write data to.

Export All Tables

Whether to write any tempory tables created by the SQL command to files.

Last updated