Introduction
An Integration defines how your app interacts with an external system.
To create an Integration, you must first have a Connection. Here's a brief description of how they work together.
A Connection supplies the identity and security context.
An Integration defines the workflow you want to run (e.g., an ADF pipeline).
A single Connection can be reused across multiple Integrations.
Navigation
Note: To set up an integration, you must have the Modeler permission in Kepion.
Go to Modeler module > Application > Integrations.
You will arrive at the Integrations node, where existing integrations are listed and new ones can be created.
Add an integration
Currently, Kepion supports Azure Data Factory (ADF) Pipeline as the integration type. An ADF pipeline is a logical grouping of activities that work together to perform a task such as moving or transforming data.
To create an integration:
Click the Add button.
Choose an existing Connection.
The Type field defaults to Azure Data Factory Pipeline. (Other types may be available in the future.)
-
Fill in the required fields:
Name
Subscription ID
Resource Group
Data Factory Name
Pipeline Name
Click Add on this window to save.
How-to guides