How to add and edit notes
Open the Data Overview tab on the data source detail page, select a table in the left tree navigation, and you can view and edit its table description and field notes on the right:- Table description — the blue-bordered block above the field table. Click its edit icon to modify it.
- Field notes — in the Note column of the field table, hover over a cell and click the edit icon to open the editor. Enter or change the description and save. The editor supports a character count (up to 255) and one-click AI polish.
- Wrong:
select count(*) from fund where star >= 4; - Correct:
select count(*) from fund where star in ('★★★★','★★★★★')
Note sources
The icon on the left of the Note column marks the source of each field note:- Database icon — from the original database comment
- Robot icon — AI-generated
- Pen icon — human-annotated
Batch updating descriptions
To update many field descriptions at once, use metadata export / import:- On the data overview page, open the ··· menu and choose Export Metadata to save the current field descriptions, field visibility, and training data as a JSON file
- Edit the description fields in the JSON file with a text editor
- Back on the data overview page, choose Import Metadata to import the modified file
