Creating and managing custom ETLs
You can create and manage Pre and Post Loading ETLs as described in the table below.
To | Do This |
---|---|
|
|
Rename a Pre Loading or Post Loading ETL |
|
Edit a Pre Loading or Post Loading ETL |
|
Updating custom ETLs
Compose CLI requires Administrator permission. To grant Administrator permission, select "Run as administrator" when opening the command prompt. All commands should be run from the Compose bin directory (C:\Program Files\Qlik\Compose with a default installation).
You can update custom ETLs using the Compose CLI. This functionality can be incorporated into a script to easily update Custom ETLs.
Syntax:
composecli update_custom_etls --project name --infolder path
Where:
- project is the name of the project with the custom ETLs you want to update
- infolder is the full path to the folder containing the custom ETL files
Example:
composecli update_custom_etls --project my-project --infolder c:\Compose\CustomETLs