Data Dictionary
Populate fields from data
Automatically create field definitions by analyzing actual data in the table. Creates default metadata for each field found in the data.
post/tables/fields/{dbId}/{tableId}/populate
Path parameters
dbIdstring required
Database ID
tableIdstring required
Table ID
Response
successful operation
Example response
{
"status": "success",
"message": "Table schema populated successfully"
}