v1

latestSwagger 2.0Apache 2.02026-07-174650145.6 KB
Destinations

Test destination connection

Validate the connection to a destination using the provided configuration details.

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

Path parameters

projectidstring required

project id (default is 123)

Request body

configstring required
source_typestring
source_versionstring
typestring required
versionstring required

Example request

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

Response

OK