---
title: "POST /api/notify/db/attached_datawarehouse"
method: POST
path: "/api/notify/db/attached_datawarehouse"
tags: ["/api/notify"]
---

# POST /api/notify/db/attached_datawarehouse

`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.

## Request body

- object
  - `schema_name` string, nullable
  - `synchronous?` boolean, nullable, required
  - `table_name` string, nullable

## Response `2XX`

Successful response

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

[API](https://skmtc.net/metabase/apis/metabase-api.md) · [All operations](https://skmtc.net/metabase/apis/metabase-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metabase/metabase-api/revisions/08b5a2bafb4f/schema)
