Tutorials

This section provides popular use cases to empower your teams.

Pipeline Editor: How to create a source job?

A pipeline without sources is not a pipeline! Start building your data pipeline by configuring a source job.

Check the tutorial

Pipeline Editor: How to create a target job?

You've'finally configured your pipeline jobs. Now it's time to export the results. Let's configure a target job.

Check the tutorial

Pipeline Editor: Anonymize your data

Your data contains sensitive informations? Configure an anonymization job.

Check the tutorial

Pipeline Editor: Embed your code into a pipeline with a UDF job

Having trouble expressing complex data-processing logic in SQL? Simply write it as a Python function and seamlessly integrate it into your pipeline.

Check the tutorial

Pipeline Editor: Add Data Quality with a Validation Job

Configure a validation job to apply validation/business rules directly into your pipeline!

Check the tutorial

Pipeline Editor: Add a SQL Job to Your Pipeline

Build your processing job with the full power and flexibility of SQL.

Check the tutorial

Pipeline Editor: Embed your code into a pipeline with a Script job

Got custom logic? Drop it into a script job and run it right in your pipeline.

Check the tutorial