diff --git a/docs/img/mpe_submit.png b/docs/img/mpe_submit.png new file mode 100644 index 0000000..d0501a9 Binary files /dev/null and b/docs/img/mpe_submit.png differ diff --git a/docs/mpe_datacatalog_libs.md b/docs/tables/mpe_datacatalog_libs.md similarity index 100% rename from docs/mpe_datacatalog_libs.md rename to docs/tables/mpe_datacatalog_libs.md diff --git a/docs/mpe_datacatalog_tabs.md b/docs/tables/mpe_datacatalog_tabs.md similarity index 100% rename from docs/mpe_datacatalog_tabs.md rename to docs/tables/mpe_datacatalog_tabs.md diff --git a/docs/mpe_datacatalog_vars.md b/docs/tables/mpe_datacatalog_vars.md similarity index 100% rename from docs/mpe_datacatalog_vars.md rename to docs/tables/mpe_datacatalog_vars.md diff --git a/docs/mpe_datastatus_libs.md b/docs/tables/mpe_datastatus_libs.md similarity index 100% rename from docs/mpe_datastatus_libs.md rename to docs/tables/mpe_datastatus_libs.md diff --git a/docs/mpe_datastatus_tabs.md b/docs/tables/mpe_datastatus_tabs.md similarity index 100% rename from docs/mpe_datastatus_tabs.md rename to docs/tables/mpe_datastatus_tabs.md diff --git a/docs/tables/mpe_submit.md b/docs/tables/mpe_submit.md new file mode 100644 index 0000000..2c680ef --- /dev/null +++ b/docs/tables/mpe_submit.md @@ -0,0 +1,30 @@ +--- +layout: article +title: MPE_SUBMIT +description: The MPE_SUBMIT table tracks the status of submitted modifications - ie SUBMITTED, APPROVED, or REJECTED. +og_title: MPE_SUBMIT Table Documentation +og_image: /img/mpe_submit.png +--- + +# MPE_SUBMIT + +The MPE_SUBMIT table tracks the status of submitted modifications - ie SUBMITTED, APPROVED, or REJECTED. It is unique on TABLE_ID. + +![submits](img/mpe_submit.png) + + +## Columns + + - 🔑 `TABLE_ID char(32)`: A unique code for the submission, and corresponds to the folder in which the staged data resides. + - `SUBMIT_STATUS_CD char(10)`: Either SUBMITTED, APPROVED, or REJECTED. Remains SUBMITTED until the final approval, or first rejection. + - `BASE_LIB char(8)`: The LIBREF of the table being updated + - `BASE_DS char(32)`: The name of the dataset (or format catalog) being updated + - `SUBMITTED_BY_NM (100)`: The username of the submitter + - `SUBMITTED_ON_DTTM num`: The timestamp of the submission + - `SUBMITTED_REASON_TXT char(400)`: The description provided by the submitter + - `INPUT_OBS num`: The number of observations staged + - `INPUT_VARS num`: The number of variables staged + - `NUM_OF_APPROVALS_REQUIRED num`: Taken from MPE_TABLES at the time of submission + - `NUM_OF_APPROVALS_REMAINING num`: Decreased by 1 with every approval, set to 0 on rejection. + - `REVIEWED_BY_NM char(100)`: User id that made the final approval / rejection + - `REVIEWED_ON_DTTM num`: Timestamp of the final approval / rejection \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 5f10d01..70b81b5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,13 +12,14 @@ nav: - Table Viewer: dcu-tableviewer.md - Admin Services: admin-services.md - Table Guide: - - MPE_AUDIT: mpe_audit.md - - MPE_DATACATALOG_LIBS: mpe_datacatalog_libs.md - - MPE_DATACATALOG_TABS: mpe_datacatalog_tabs.md - - MPE_DATACATALOG_VARS: mpe_datacatalog_vars.md - - MPE_DATASTATUS_LIBS: mpe_datastatus_libs.md - - MPE_DATASTATUS_TABS: mpe_datastatus_tabs.md - - MPE_TABLES: mpe_tables.md + - MPE_AUDIT: tables/mpe_audit.md + - MPE_DATACATALOG_LIBS: tables/mpe_datacatalog_libs.md + - MPE_DATACATALOG_TABS: tables/mpe_datacatalog_tabs.md + - MPE_DATACATALOG_VARS: tables/mpe_datacatalog_vars.md + - MPE_DATASTATUS_LIBS: tables/mpe_datastatus_libs.md + - MPE_DATASTATUS_TABS: tables/mpe_datastatus_tabs.md + - MPE_SUBMIT: tables/mpe_submit.md + - MPE_TABLES: tables/mpe_tables.md - Configuration: - Column Level Security: column-level-security.md - Dates / Datetimes: dcc-dates.md