Skip to content

Graph

Estimated reading: 1 minute 536 views

A Graph is a visual workflow comprising connected steps forming a data pipeline. It helps you:

  • Collect data from different sources
  • Apply transformations to clean, format, or analyze the data
  • Preview results at any stage
  • Load the final output into a database, file system, or cloud storage

Each step in the graph represents a specific action, such as reading data, filtering, joining, or writing output. Graphs can also be combined and organized into a job, allowing you to run multiple workflows together as one process.

How to use Graphs:

Step 1: Drag and drop the “Graph” component to the workspace and open it.

Step 2: Select the graph you’ve previously created that you want to use for the next steps.

Step 3: Choose the required step.

For example:

  • We selected the previously created “Column Split” graph, in which the Product Name column—originally containing both the product name and its color—was split into two separate columns for better clarity and data structure.
  • Next, we apply the “Sort” step to the graph to sort the “ProductKey column” in ascending order.

Preview

Leave a Reply

Your email address will not be published. Required fields are marked *

Share this Doc

Graph

Or copy link

CONTENTS