Table Metadata
Add notes to a table registered as a Rasgo Dataset
Endpoint type
POST
Endpoint name
/public/table-metadata
Parameters
NoneRequest Body
application/json
{
"fqtn": "DATABASE.SCHEMA.TABLE",
"notes": [
"...note text...",
]
}Responses
200 - Successful Response
application/json
Code Sample
Usage Notes
Endpoint accepts a list of 1 or many notes
Endpoint will detect and skip existing notes to avoid adding duplicates
Endpoint does not handle editing or deleting notes. Handle this through the Rasgo WebApp
Last updated