Create an ETL Workflow for exported Tool
-
Now that you've exported a Prompt studio project, let's create a Workflow that we'll launch as an ETL pipeline. Navigate to Workflows in the side navigation menu and create a new workflow.
-
Let's configure the workflow using the new streamlined workflow setup interface:
The workflow setup is now organized into 4 main configuration steps:
-
Configure Source Connector:
- Select and configure your data input connector
- Choose
File System
from the dropdown - Click the
Configure
button to configure the input file system - You'll see your configured connector (e.g., "gallagher") displayed below
-
Configure Destination Connector:
- Select and configure your data output connector
- Choose
Database
from the dropdown - Click the
Configure
button to configure the database system - You'll see your configured connector (e.g., "gallagher_dev") displayed below
-
Select Exported Prompt Studio project:
- Choose an exported Prompt Studio project for processing your data
- Your exported project will be displayed (e.g., "gallagher_staging_aug27")
- Use
Change Prompt Studio project
link to select a different project - Click
Configure Settings
to modify the tool settings
-
Deploy Workflow:
- Deploy your workflow for processing
- Use
Deploy as ETL
button to deploy workflows as unstructured data ETL Pipelines - Alternatively, use
Deploy Workflow
for other deployment options - For
Display Name
enter the name for the ETL pipeline - In
Cron Schedule
choose the time at which your ETL needs to be triggered.It should in UTC time.
-
-
Once you deployed the ETL pipeline, it will automatically trigger at the configured time.
- For
Execution logs
Click on ETL Pipeline-->Actions button of your ETL task-->View Logs
info- Once the file is processed in ETL, it will be cached. To run the cached file again,
Clear cache
andClear Processed File History
under ETL Pipeline-->Actions button of your ETL task - To trigger the ETL pipeline manually, click on
Manual Sync
under ETL Pipeline-->Actions button of your ETL task
- For