v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-05-286377631.6 MB
/api/notify

POST /api/notify/db/attached_datawarehouse

Sync the attached datawarehouse. Can provide in the body:

  • table_name and schema_name: both strings. Will look for an existing table and sync it, otherwise will try to find a new table with that name and sync it. If it cannot find a table it will throw an error. If table_name is empty or blank, will sync the entire database.
  • synchronous?: is a boolean value to indicate if this should block on the result.
post/api/notify/db/attached_datawarehouse

Request body

schema_namestring nullable
synchronous?boolean nullable required
table_namestring nullable

Response

Successful response