v1

latestSwagger 2.0Apache 2.02026-07-174650145.6 KB
Destinations

Create a new destination

Create a new destination for a project

post/api/v1/project/{projectid}/destinations

Path parameters

projectidstring required

project id (default is 123)

Request body

configstring required
namestring required
typestring required
versionstring required

Example request

{
  "config": "{\"catalog_type\":\"glue\",\"warehouse\":\"s3://my-bucket/warehouse\"}",
  "name": "my-iceberg-destination",
  "type": "iceberg",
  "version": "v0.2.7"
}

Response

OK