Skip to main content

Simple Batch Workflow

Site: STRATIO Training & Certification
Course: Práctica Generative AI Data Processing (14.6)
Book: Simple Batch Workflow
Printed by: Invitado
Date: Thursday, 22 January 2026, 8:20 PM

1. Crear workflow

Create Workflow

In this section, we will create a batch workflow that uses the data inputs you have created in Crossdata in the previous sections.

From the assets section in Rocket, create a new Batch asset:

Give a name to the workflow you are going to create

2. Crear Inputs

Crear Inputs

Once created, click on the workflow, and we will start building a data flow. The first step is to add the three data inputs we created earlier in Crossdata:

1) Historical credit application data from the bank: default.german_credit_data_[unique_id] +info

2) Credit requests for a single day: default.client_credit_requests_today_[unique_id]

3) Credit bureau data (external customer information): default.client_external_info_[unique_id] +info

Select the Crossdata input type

For each of the three inputs, configure the Crossdata tables in the next section

The workflow should have the three input sources

3. Debug