본문으로 건너뛰기
FDE Path

Pipeline build and dashboard visualization

Load and transform raw data, then connect the result to dashboard widgets and complete an operational screen.

10 min

This lesson closes the loop from data processing to user-facing operations. You load data into datasets and ontology entities, then wire the output into dashboard widgets.

Review the pipeline list

Open Pipelines from the left sidebar to review the pipelines already registered and their recent update history.

Pipeline list

Create a pipeline and map it to a collection

If Collection scope is set to All collections, click Create and then select the target collection. If a specific collection is already in scope, Portal assigns it automatically and opens the Workflow editor without the collection-selection step.

Pipeline creation dialog

Reuse resources in the pipeline builder

When the Workflow editor opens, you can create datasets or code resources from the left sidebar on the spot, or search for existing datasets, code, and entity resources and place them on the canvas.

Pipeline builder resource selection

Build the workflow

Arrange and connect the nodes into a working pipeline flow.

Completed pipeline flow

Run the pipeline

Click Run now from the top menu bar to execute the pipeline and start the transformation and load process.

Run pipeline

Validate dataset results

After the run finishes, open Datasets inside the collection and confirm that the data was stored correctly in the expected table structure.

Dataset load check

Validate entity load results

Check the ontology entity data as well. Entity data is stored in a transaction-safe area to prevent loss, and it is synchronized in parallel to a query-friendly dataset path for fast access.

Entity load check

Configure the batch scheduler

Open the Schedule tab in the pipeline save dialog and enable scheduling. Under Schedule type, choose one of the available presets: every minute, hourly, daily, weekly, or monthly.

Batch schedule configuration

Connect dashboard widgets

Once the load result is confirmed, open the dashboard editor and connect the data source. Use datasets and ontology entity data to place map, scatter, bar or line chart, and table widgets on the operational screen.

Completed dashboard screen

What you should be able to do after this lesson

  • Search for and reuse datasets, code, and entity resources in the Workflow editor
  • Validate that dataset and entity data was stored correctly after a pipeline run
  • Configure a batch scheduler for recurring loads
  • Turn loaded data into a dashboard view with operational widgets

Next lesson

In the next lesson, you register an LLM model and assemble an agent on top of the resources you created.