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
|
layout: article
|
||||||
title: MPE_DATACATALOG_CATS
|
title: MPE_DATACATALOG_CATS
|
||||||
description: The MPE_DATACATALOG_CATS table contains all the catalogs available in each library
|
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
|
# 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).
|
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
|
## Columns
|
||||||
|
|
||||||
|
@@ -10,11 +10,11 @@ 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).
|
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
|
## Columns
|
||||||
|
|
||||||
- `TX_FROM num`: SCD2 open datetime
|
- `TX_FROM num`: SCD2 open datetime
|
||||||
- 🔑 `TX_TO num`: SCD2 close datetime
|
- 🔑 `TX_TO num`: SCD2 close datetime
|
||||||
- 🔑 `LIBREF char(8)`: SAS Libref (8 chars)
|
- 🔑 `LIBREF char(8)`: SAS Libref (8 chars)
|
||||||
- `ENGINE char(32)`: The engine used to connect to the library
|
- `ENGINE char(32)`: The engine used to connect to the library
|
||||||
|
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,11 +10,11 @@ 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).
|
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
|
## Columns
|
||||||
|
|
||||||
- `TX_FROM num`: SCD2 open datetime
|
- `TX_FROM num`: SCD2 open datetime
|
||||||
- 🔑 `TX_TO num`: SCD2 close datetime
|
- 🔑 `TX_TO num`: SCD2 close datetime
|
||||||
- 🔑 `LIBREF char(8)`: SAS Libref (8 chars)
|
- 🔑 `LIBREF char(8)`: SAS Libref (8 chars)
|
||||||
- 🔑 `DSN char(64)`: The library member name
|
- 🔑 `DSN char(64)`: The library member name
|
||||||
|
@@ -8,11 +8,11 @@ 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.
|
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
|
## Columns
|
||||||
|
|
||||||
- `TX_FROM num`: SCD2 open datetime
|
- `TX_FROM num`: SCD2 open datetime
|
||||||
- 🔑 `TX_TO num`: SCD2 close datetime
|
- 🔑 `TX_TO num`: SCD2 close datetime
|
||||||
- 🔑 `LIBREF char(8)`: SAS Libref (8 chars)
|
- 🔑 `LIBREF char(8)`: SAS Libref (8 chars)
|
||||||
- 🔑 `DSN char(64)`: The library member name
|
- 🔑 `DSN char(64)`: The library member name
|
||||||
|
@@ -8,11 +8,11 @@ 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.
|
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
|
## Columns
|
||||||
|
|
||||||
- `TX_FROM num`: SCD2 open datetime
|
- `TX_FROM num`: SCD2 open datetime
|
||||||
- 🔑 `TX_TO num`: SCD2 close datetime
|
- 🔑 `TX_TO num`: SCD2 close datetime
|
||||||
- 🔑 `LIBREF char(8)`: SAS Libref (8 chars)
|
- 🔑 `LIBREF char(8)`: SAS Libref (8 chars)
|
||||||
- `LIBSIZE num`: The size of the library (in bytes), displayed with the SIZEKMG. format. Only applicable to BASE engine libraries.
|
- `LIBSIZE num`: The size of the library (in bytes), displayed with the SIZEKMG. format. Only applicable to BASE engine libraries.
|
||||||
|
@@ -8,11 +8,11 @@ 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.
|
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
|
## Columns
|
||||||
|
|
||||||
- `TX_FROM num`: SCD2 open datetime
|
- `TX_FROM num`: SCD2 open datetime
|
||||||
- 🔑 `TX_TO num`: SCD2 close datetime
|
- 🔑 `TX_TO num`: SCD2 close datetime
|
||||||
- 🔑 `LIBREF char(8)`: SAS Libref (8 chars)
|
- 🔑 `LIBREF char(8)`: SAS Libref (8 chars)
|
||||||
- 🔑 `DSN char(64)`: The library member name
|
- 🔑 `DSN char(64)`: The library member name
|
||||||
|
@@ -20,6 +20,7 @@ nav:
|
|||||||
- MPE_CONFIG: tables/mpe_config.md
|
- MPE_CONFIG: tables/mpe_config.md
|
||||||
- MPE_DATACATALOG_CATS: tables/mpe_datacatalog_cats.md
|
- MPE_DATACATALOG_CATS: tables/mpe_datacatalog_cats.md
|
||||||
- MPE_DATACATALOG_LIBS: tables/mpe_datacatalog_libs.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_TABS: tables/mpe_datacatalog_tabs.md
|
||||||
- MPE_DATACATALOG_VARS: tables/mpe_datacatalog_vars.md
|
- MPE_DATACATALOG_VARS: tables/mpe_datacatalog_vars.md
|
||||||
- MPE_DATASTATUS_LIBS: tables/mpe_datastatus_libs.md
|
- MPE_DATASTATUS_LIBS: tables/mpe_datastatus_libs.md
|
||||||
|
Reference in New Issue
Block a user