feat: datacatalog
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m48s
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m48s
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
# Data Controller for SAS: Data Catalog
|
# Data Controller for SAS: Data Catalog
|
||||||
Data Controller collects information about the size and shape of the tables and columns. The Catalog does not contain information about the data content (values).
|
Data Controller collects information about the size and shape of libraries, tables, columns catalogs, and objects. The Catalog does not contain information about the data content (values).
|
||||||
|
|
||||||
The catalog is based primarily on the existing SAS dictionary tables, augmented with attributes such as primary key fields, filesize / libsize, and number of observations (eg for database tables).
|
The catalog is based primarily on the existing SAS dictionary tables, augmented with attributes such as primary key fields, filesize / libsize, and number of observations (eg for database tables).
|
||||||
|
|
||||||
@ -20,6 +20,10 @@ Table attributes are split between those that change infrequently (eg PK_FIELDS)
|
|||||||
|
|
||||||
Variable attributes come from dictionary tables with an extra PK indicator. A PK is identified by the fact the variable is within an index that is both UNIQUE and NOTNULL. Variable names are always uppercase.
|
Variable attributes come from dictionary tables with an extra PK indicator. A PK is identified by the fact the variable is within an index that is both UNIQUE and NOTNULL. Variable names are always uppercase.
|
||||||
|
|
||||||
|
### Catalogs & Objects
|
||||||
|
|
||||||
|
This info comes from the dictionary.catalogs table. The catalog created / modified time is considered to be the earliest created time / latest modified time of the underlying objects.
|
||||||
|
|
||||||
## Assumptions
|
## Assumptions
|
||||||
|
|
||||||
The following assumptions are made:
|
The following assumptions are made:
|
||||||
|
Reference in New Issue
Block a user