How to obtain the load data result of the import set in the sys_progress_worker table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 06:36 PM
Hi EveryOne
When I manually run data import, I will get the following import results,
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 10:14 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2024 01:05 AM
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?