Building a First Use Case

To get started with Infoworks, a sample use case is explained here.

The process includes the following steps:

Overview

The use case here is to ingest two CSV files, transform them using a pipeline and build them together using a workflow.

Prerequisites

  • Download the CSV files from here.

  • Upload the data to DBFS.

Procedure

Following are the steps to execute this use case:

  • Create a source with two CSV files, orders and customers.

  • Ingest the tables, orders and customers.

  • Create a pipeline to transform the table data.

  • Join the orders and customers tables using specific conditions.

  • Calculate the aggregate for the sales growth by country and store them in a target.

  • Build the pipeline.

  • Create a workflow with the ingestion and pipeline build tasks.

  • Build the workflow.


  Last updated