Athena
Simulate

Simulate a pipeline without writing

Executes fetch+transform only and returns a dry-run preview payload. Dry runs stay side-effect free and do not validate sink insertability; `would_insert` is a preview count, not a guaranteed successful insert count.

POST
/pipelines/simulate

Header Parameters

X-Athena-Client*string

Request Body

application/json

Same schema as POST /pipelines.

Response Body

curl -X POST "https://athena-cluster.com/pipelines/simulate" \  -H "X-Athena-Client: string" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty