/api/notify

POST /api/notify/db/{id}/new-table

Sync a new table without running a full database sync. Requires schema_name and table_name. Will throw an error if the table already exists in Metabase or cannot be found.

post/api/notify/db/{id}/new-table

Path parameters

idinteger required

value must be an integer greater than zero.

Request body

schema_namestring required
table_namestring required

Response

Successful response

Changes