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
Example request
{
"config": "{\"catalog_type\":\"glue\",\"warehouse\":\"s3://my-bucket/warehouse\"}",
"name": "my-iceberg-destination",
"type": "iceberg",
"version": "v0.2.7"
}Response
OK