feat: adding all tables to the docs
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m17s
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m17s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user