Skip to main content

Pipeline Examples

Basic Data Pipeline

Example 1: CSV to Processed Dataset

This example demonstrates uploading a CSV file to Datazone and then performing basic transformations, and saving the results.

Data Quality Pipeline

Example 2: Data Validation and Reporting

Multi-Source Pipeline

Example 4: Combining Data from Multiple Sources

Logging Pipeline

Example 6: Pipeline with Comprehensive Logging

Different logging levels are available:
  • logger.debug(): Detailed information for debugging
  • logger.info(): General information about pipeline progress
  • logger.warning(): Warning messages for potential issues
  • logger.error(): Error messages for caught exceptions
  • logger.critical(): Critical failures that require immediate attention

Usage Instructions

  1. Save these transforms in your project’s transform directory
  2. Configure the dataset IDs to match your environment
  3. Create a pipeline including the transforms in the desired order
  4. Set up appropriate scheduling and monitoring