Footprints Data Model |
Table |
Table Name | Data Mart Request State |
Table Definition | A lookup table for the state of data mart request processing. Values include: PENDING, CANCEL_REQUEST, IN_PROCESS, DONE, FAILED, CANCELED. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Data Mart Request State Id | The automatically generated primary key of the data_mart_rqst_state table. | INTEGER | Yes |
Data Mart Request State Name | The name of the Data Mart Request State. | VARCHAR(255) | No |
Data Mart Request State Description | A descriptive name of the Data Mart Request State. This descriptive name may be localized. | VARCHAR(512) | No |