Creating a Pipeline

A very straightforward process.

There are two ways you can create a pipeline: using the UI or via code using our .yml templates and a Git Provider.

Creation via the UI

Head over to the UI and press "New Pipeline":

  • Give your pipeline a descriptive name like "Hourly Data Pipeline"

  • Choose a trigger for your pipeline

  • Click "Save and exit"

Creation via Git (.yml) (Beta)

Stay tuned for how you can create tasks using code and the benefits of Git.

Last updated