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