Skip to main content
PATCH
Update a reverse-ETL warehouse export config

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

warehouse
enum<string>
required

Which warehouse destination's config to update.

Available options:
snowflake,
redshift,
postgres,
databricks,
clickhouse

Body

application/json
enabled
boolean
sync_interval_minutes
integer

Minimum gap between scheduled runs; omit for the default ~23h cadence.

account
string
host
string
port
integer
database
string
schema_name
string
warehouse_name
string
role
string
username
string
table_prefix
string
credentials
string

Secret credential (encrypted at rest). Pass an empty string to clear it.

field_mappings
object | null

Response

200 - application/json

The updated warehouse export config (no plaintext credential)

data
object
meta
object