Support
Log In
Materializations

Create a materialization

Creates a materialization and starts building. Behavior depends on the request body (see CreateMaterializationRequest): Orchestrated build — supply buildInstructions. The publisher builds directly into the caller-assigned names derived from the package's already-compiled build plan (read off Package.buildPlan). Returns the materialization already building. Auto-run (standalone, default) — omit buildInstructions; the publisher self-assigns names and runs all phases in one pass.

POST/environments/{environmentName}/packages/{packageName}/materializations

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

environmentName*string

Name of the environment

packageName*string

Name of the package

Request Body

application/json

Options for starting a materialization. Two modes — (1) auto-run (default), omit buildInstructions and the publisher self-assigns names and runs all phases in one pass; (2) orchestrated build, supply buildInstructions and the publisher builds directly into the caller-assigned names from the package's already-compiled build plan (read off Package.buildPlan).

Response Body

application/json

application/json

application/json