Skip to content

Mission 3: Export Pipelines

Estimated time: 10 minutes


Learning Objective

Learn how to export your data transformation pipeline as a reusable Flow. By doing so, you can save time and effort by reapplying the same steps without having to recreate them from scratch. This ensures consistency and efficiency in your data workflows.


Dataset

Download the required dataset: Churn.xlsx


Prerequisites

Required

You must complete Mission 2 before starting this mission. Keep the Data Transformer dialog open from Mission 2 with your cleansing pipeline ready.

Please refer to the Navigation Guide to familiarize yourself with the platform interface.


Step-by-Step Instructions

1. Continue from Mission 2

If you followed Mission 2, you should still have the Data Transformer dialog open with your 4-step cleansing pipeline ready. If you closed it, reopen the Churn dataset in the Data Transformer and recreate the pipeline from Mission 2.

2. Export the Pipeline as a Flow

Click the export button on top and choose a name for your Flow (e.g., "My Data Transformer Pipeline").

3. View the Exported Flow

Close the Data Transformer without saving and navigate to your "Module 1" folder in the Projects Manager. Open the newly created Flow.

4. Understand the Flow Structure

Each step in your exported Flow is now represented as a Python BLOX. This allows you to:

  • Seamlessly connect different datasets

  • Apply the same transformations efficiently

  • Save time and ensure consistency across your workflows

5. Customize the Flow (Optional)

You can also:

  • Connect a Start BLOX with the MyData BLOX

  • Use a Save BLOX instead of the Output BLOX to save the data to your project


Visual Guide

Step 1: Pipeline Ready for Export

Pipeline Ready

Data Transformer showing the completed 4-step cleansing pipeline from Mission 2

Step 2: Click Export Button

Export Button

Click the export button on the top to export pipeline as a Flow

Step 3: Name Your Flow

Name Flow

Enter a name for your Flow, such as "My Data Transformer Pipeline"

Step 4: View Exported Flow

Exported Flow

The created Flow showing Python BLOX for each transformation step

Step 5: Flow Structure with Python BLOX

Flow Structure

Each pipeline step is represented as a Python BLOX in the Flow Builder

Benefits of Exporting Pipelines

  • Reusability - Apply the same transformations to new datasets instantly
  • Consistency - Ensure uniform data processing across projects
  • Flexibility - Modify and extend Flows with additional BLOX
  • Integration - Connect Flows with other workflows and automation
  • Sharing - Share transformation logic with team members

Summary

You've successfully learned how to:

✓ Continue from a previous mission's pipeline

✓ Export data transformation pipelines as reusable Flows

✓ Name and save Flows to your project

✓ Understand the Flow structure with Python BLOX

✓ Customize Flows with Start and Save BLOX

✓ Reuse transformations across different datasets

✓ Build efficient and consistent data workflows


Well done! Now let's move on to the next mission!