v2.4.2

udp

Snowflake external-function proxy for the Unified Data Platform.

FieldValue
Serverless servicedrive-api-udp
Runtimenodejs22.x, arm64
Regionap-southeast-2
Deployed HTTP operations1
Local worker harnesses0
OpenAPI/openapi/udp.yaml · interactive

Deployed routes

MethodPathAuthSummary
POST/udp/snowflake-proxyPublicSnowflake external-function proxy

Behaviour notes

  • Destination URL, method, and optional API key come from Snowflake-injected headers, not from the request body.
  • Body shape is the Snowflake external function envelope {data: [[rowNumber, payload], ...]}.
  • Rows are processed in chunks of five; failures are returned per row while the overall call can still return 200.
  • Only destination methods GET and POST are allowed.

Source map

  • services/udp/serverless.yml
  • services/udp/functions/snowflakeProxy.ts
  • services/udp/types/SnowflakeExternalFunctionRequest.ts
Esc