Article

This article shows how to install a Pipeline from the Matillion Exchange into the Data Productivity Cloud.

Installing a pipeline from YAML

The Data Productivity Cloud Designer can import a zip file containing YAML files. Use the import pipeline menu and browse for the zip file in your local filesystem.

If you have downloaded one or more YAML files from the Matillion Exchange, you will need to put them into a zip file before importing.

Creating a zip file on Linux

Linux users can create a zip file from the command line using the zip utility like this:

zip "Run Externally Managed SQL Script.zip" "Run Externally Managed SQL Script.orch.yaml"

You must use quote symbols if the file names contain spaces.

Image ofCreate a zip file in Linux
Create a zip file in Linux

Creating a zip file on Mac

Linux users can create a zip file from the command line using the zip utility like this: Mac users can create a zip file in a Finder window or on the desktop. Control-click the file, then choose Compress from the shortcut menu.

Creating a zip file on Windows

Windows users can create a zip file from the File Explorer with a right-click:

Image ofCreate a zip file in Windows
Create a zip file in Windows

Using your own git repository

Prerequisites:

Find the Pipeline you want to install in the Downloads section, and note the path. Follow the link to download and save the file locally, as shown below. All Data Productivity Cloud Pipeline files have the suffix .yaml

Download pipeline

Upload the .yaml file into your own git repository, into a directory structure that matches the path noted previously. Commit the changes. If necessary, merge the changes into the branch that your Data Productivity Cloud project is using.

Data Productivity Cloud Pipeline in GitHub

Back in your Data Productivity Cloud project, pull remote changes to make the Pipeline appear in the Designer interface.


Author: Matillion