fix: objects info
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m27s
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m27s
This commit is contained in:
BIN
docs/img/datacatalog_cats.png
Normal file
BIN
docs/img/datacatalog_cats.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
BIN
docs/img/datacatalog_objs.png
Normal file
BIN
docs/img/datacatalog_objs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 178 KiB |
@@ -2,6 +2,8 @@
|
||||
layout: article
|
||||
title: MPE_DATACATALOG_CATS
|
||||
description: The MPE_DATACATALOG_CATS table contains all the catalogs available in each library
|
||||
og_title: MPE_DATACATALOG_CATS Table Documentation
|
||||
og_image: /img/datacatalog_cats.png
|
||||
---
|
||||
|
||||
# MPE_DATACATALOG_CATS
|
||||
@@ -10,7 +12,9 @@ The `MPE_DATACATALOG_CATS` table contains the catalogs available in each library
|
||||
|
||||
More frequently changing attributes are stored in [MPE_DATASTATUS_CATS](/mpe_datastatus_cats).
|
||||
|
||||
To trigger a scan, see the Refresh Data Catalog [instructions](https://docs.datacontroller.io/admin-services/#refresh-data-catalog).
|
||||
To trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog).
|
||||
|
||||

|
||||
|
||||
## Columns
|
||||
|
||||
|
@@ -10,7 +10,7 @@ The `MPE_DATACATALOG_LIBS` table catalogs library attributes such as engine, pat
|
||||
|
||||
More frequently changing attributes (such as size and number of tables) are stored in [MPE_DATASTATUS_LIBS](/mpe_datastatus_libs).
|
||||
|
||||
To ignore additional librefs, or to trigger a scan, see the Refresh Data Catalog [instructions](https://docs.datacontroller.io/admin-services/#refresh-data-catalog).
|
||||
To ignore additional librefs, or to trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog).
|
||||
|
||||
## Columns
|
||||
|
||||
|
28
docs/tables/mpe_datacatalog_objs.md
Normal file
28
docs/tables/mpe_datacatalog_objs.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
layout: article
|
||||
title: MPE_DATACATALOG_OBJS
|
||||
description: The MPE_DATACATALOG_OBJS table contains the objects inside every SAS Catalog
|
||||
og_title: MPE_DATACATALOG_OBJS Table Documentation
|
||||
og_image: /img/datacatalog_objs.png
|
||||
---
|
||||
|
||||
# MPE_DATACATALOG_OBJS
|
||||
|
||||
The `MPE_DATACATALOG_OBJS` table contains a listing of all the objects available in each SAS Catalog.
|
||||
|
||||
More frequently changing attributes are stored in [MPE_DATASTATUS_OBJS](/mpe_datastatus_objs).
|
||||
|
||||
To trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog).
|
||||
|
||||

|
||||
|
||||
## Columns
|
||||
|
||||
- `TX_FROM num`: SCD2 open datetime
|
||||
- 🔑 `TX_TO num`: SCD2 close datetime
|
||||
- 🔑 `LIBREF char(8)`: SAS Libref (8 chars)
|
||||
- 🔑 `MEMNAME char(64)`: The catalog member name
|
||||
- `OBJNAME char(32)`: The object name
|
||||
- `OBJTYPE char(8)`: The object type
|
||||
- `OBJDESC char(256)`: The object description
|
||||
- `ALIAS char(32)`: The object alias
|
@@ -10,7 +10,7 @@ The `MPE_DATACATALOG_TABS` table catalogs attributes such as number of variables
|
||||
|
||||
More frequently changing attributes (such as size modification date and number of observations) are stored in [MPE_DATASTATUS_TABS](/mpe_datastatus_tabs).
|
||||
|
||||
To trigger a scan, see the Refresh Data Catalog [instructions](https://docs.datacontroller.io/admin-services/#refresh-data-catalog).
|
||||
To trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog).
|
||||
|
||||
## Columns
|
||||
|
||||
|
@@ -8,7 +8,7 @@ description: The MPE_DATACATALOG_VARS table catalogs variable attributes such as
|
||||
|
||||
The `MPE_DATACATALOG_VARS` table catalogs variable attributes such as primary key status, not null constraints and index usage.
|
||||
|
||||
To trigger a scan, see the Refresh Data Catalog [instructions](https://docs.datacontroller.io/admin-services/#refresh-data-catalog).
|
||||
To trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog).
|
||||
|
||||
## Columns
|
||||
|
||||
|
@@ -8,7 +8,7 @@ description: The MPE_DATASTATUS_LIBS table captures frequently changing SAS libr
|
||||
|
||||
The `MPE_DATASTATUS_LIBS` table captures frequently changing SAS library attributes such as size (if filesystem based) and the number of tables.
|
||||
|
||||
To trigger a scan, see the Refresh Data Catalog [instructions](https://docs.datacontroller.io/admin-services/#refresh-data-catalog).
|
||||
To trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog).
|
||||
|
||||
## Columns
|
||||
|
||||
|
@@ -8,7 +8,7 @@ description: The MPE_DATASTATUS_TABS table captures frequently changing SAS tabl
|
||||
|
||||
The `MPE_DATASTATUS_TABS` table captures frequently changing SAS table attributes such as size (if filesystem based), modification date, and the number of observations.
|
||||
|
||||
To trigger a scan, see the Refresh Data Catalog [instructions](https://docs.datacontroller.io/admin-services/#refresh-data-catalog).
|
||||
To trigger a scan, see the Refresh Data Catalog [instructions](/dcu-datacatalog/#refreshing-the-data-catalog).
|
||||
|
||||
## Columns
|
||||
|
||||
|
@@ -20,6 +20,7 @@ nav:
|
||||
- MPE_CONFIG: tables/mpe_config.md
|
||||
- MPE_DATACATALOG_CATS: tables/mpe_datacatalog_cats.md
|
||||
- MPE_DATACATALOG_LIBS: tables/mpe_datacatalog_libs.md
|
||||
- MPE_DATACATALOG_OBJS: tables/mpe_datacatalog_objs.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
|
||||
|
Reference in New Issue
Block a user