Document Tables
For each table in your data model, there is a single required documentation field:Field | Description | Example |
---|---|---|
Description | In this field, you should provide a clear explanation of what the table represents, focusing on a concise, plain-English description of each row’s purpose and content. | This table stores detailed records of business accounts that have monthly revenue exceeding $10,000. Each row represents a single account and includes fields such as account ID, account name, industry classification, account creation date, current status (active, inactive, suspended), monthly revenue amount, and primary contact information. |
Always specify the granularity of each row in your table description. This helps analysts understand the level of detail in the data and prevents misinterpretation during analysis.

Document Columns
For columns, WisdomAI supports these documentation fields:Field | Description |
---|---|
Display Name | User-friendly name shown in the interface (especially useful if the actual column name is technical or abbreviated). |
Description | Clear explanation of what the column represents in business terms. |
Display Format | How the data should be formatted and displayed to users. |
