How to obtain the load data result of the import set in the sys_progress_worker table

lipan
Tera Contributor

Hi EveryOne

 

When I manually run data import, I will get the following import results,

img1.jpeg

 

The above figure shows the load data and transform results of the created import set. The results exist in the sys_progress_worker table, but there are no associated fields in the sys_impord_set and sys_progress_worker tables.

I use [data source+flow+scheduled import+transformer map] to automate data import and want to print the load data  results of the import set during automatic import.

How to obtain the load data result of the import set in the sys_progress_worker table
img5.jpegimg6.jpeg

 

 

 

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

You cannot get it from table sys_progress_worker as this is only for status and storing output messages purposes only.

If you need the import results, please go to table sys_import_set_run

@Maik Skoddow 

 

Status and output message are also what I want. When the flow runs and automatically creates an import set, how can I obtain the status and output message of this import set?