/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
Response
Successful response