feat: adding all tables to the docs
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m17s

This commit is contained in:
4gl
2026-08-10 17:11:53 +01:00
parent 9b68c55754
commit 2f30680e84
16 changed files with 379 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
---
layout: article
title: MPE_LOADS
description: The MPE_LOADS table records the status of CSV file loads performed by the Data Controller for SAS® target loader.
---
# MPE_LOADS
The `MPE_LOADS` table tracks the status of CSV file loads processed by the target loader ([mpe_targetloader](/macros/) macro), including failures and their reasons.
## Columns
- 🔑 `CSV_DIR char(255)`: The staged folder reference (mperef) containing the CSV files being loaded
- `USER_NM char(50)`: The user who submitted the load
- `STATUS char(15)`: The status of the load (e.g. IN PROGRESS, SUCCESS, FAILED)
- `DURATION num`: Duration of the load (seconds)
- `PROCESSED_DTTM num`: Datetime the load was processed
- `REASON_TXT char(2048)`: The reason for failure (where applicable)
- `APPROVALS char(64)`: Approval information for the load