Before I reinvent the wheel ;-)… Is there a way to either:
- add the table comments and column help text to a data model generated by the Definer/TeamWork, or
- generate a data dictionary from the Definer tables?
Thanks!
Before I reinvent the wheel ;-)… Is there a way to either:
Thanks!
Hi Marc,
Unfortunately you probably will have to reinvent the wheel .
As we understand you questions, you are interested in creating a kind of report on the technical metadata in the repository (like tables and columns) and combining it with functional descriptions of the different elements.
The function "Generate Diagram” in the Definer regrettably produces a fixed content. The other possibilities we offer to extract metadata (as you may already have found) are:
In the Definer:
In the user application:
Using the internal component "USMeta” (see: USMeta internal component). This component does not allow you to select additional metadata.
In SQL Commander execute a statement like:
INVOKE
USMeta.Tables
WITH
SELECT
'Yes' IncludeDatabaseTables
, 'application/json' MimeType
Using USoft Blend:
Hopefully this gives you some avenues to explore, but at this point unfortunately there is no ready-made solution to what you want to achieve. Apart, of course, from writing your own queries on the repository tables (reinventing your wheel from scratch ;-)).
OK, thanks for the information!
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.