Add the VDB description and creation timestamp information to the Sys.Virtualdatabases table as new columns (Database Description, Database Creation timestamp)
[TEIID-5012] Add the VDB description and creation timestamp information to the Sys.Virtualdatabases table as new columns (Database Description, Database Creation timestamp)
Marking as partially resolved as the description column was added. Since we use the vdb properties for potentially non-public information such as the security-domain we may not want to expose all of them via a sys table.
Steven Hawkins
added a comment - Marking as partially resolved as the description column was added. Since we use the vdb properties for potentially non-public information such as the security-domain we may not want to expose all of them via a sys table.
> that could instead be looked up in the properties
Actually it cannot. We don't add the properties to that table, nor is there a uid assigned to a vdb. I'll have to see if something else makes sense.
Steven Hawkins
added a comment - > that could instead be looked up in the properties
Actually it cannot. We don't add the properties to that table, nor is there a uid assigned to a vdb. I'll have to see if something else makes sense.
Creation timestamp isn't defined as a formal property of the vdb metadata, that could instead be looked up in the properties. The description is possible to add though.
Steven Hawkins
added a comment - Creation timestamp isn't defined as a formal property of the vdb metadata, that could instead be looked up in the properties. The description is possible to add though.
Marking as partially resolved as the description column was added. Since we use the vdb properties for potentially non-public information such as the security-domain we may not want to expose all of them via a sys table.