Materializations
List materializations for a version
Lists the per-source materializations bound to a package version (Malloy Persistence v0), most recent first. Each materialization is the lineage anchor for one persist source of the version — identified within the version by its (sourceName, modelFilePath) — and points at the physical table currently serving that source.
GET
/organizations/{organizationName}/environments/{environmentName}/packages/{packageName}/versions/{versionId}/materializationsAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
organizationName*string
The unique identifier of the organization
Match
^[a-zA-Z0-9_ -]+$environmentName*string
The unique identifier of the environment
Match
^[a-zA-Z0-9_ -]+$packageName*string
The unique identifier of the package
Match
^[a-zA-Z0-9_ -]+$versionId*string
The unique identifier of the version
Match
^[a-zA-Z0-9_.-]+$Response Body
application/json
application/json
application/json
application/json
application/json