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.
/environments/{environmentName}/packages/{packageName}/materializationsAuthorization
bearerAuth In: header
Path Parameters
Name of the environment
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