Dagster · Arazzo Workflow
Dagster Materialize and Check External Asset
Version 1.0.0
Report an external asset materialization, then record an asset check evaluation against the same asset.
View Spec
View on GitHub
Data EngineeringData OrchestrationData PipelinesETLWorkflowsAssetsGraphQLArazzoWorkflows
Provider
Workflows
materialize-and-check-asset
Report a materialization for an external asset and then record a check evaluation on it.
Reports an asset materialization event for the supplied asset key and then records the result of an asset check on that same key, passing severity through when the check did not pass.
1
reportMaterialization
reportAssetMaterialization
Record the materialization of the external asset, including any supplied metadata, data version, partition, and description.
2
reportCheck
reportAssetCheck
Record the asset check evaluation for the same asset key, carrying the pass/fail status and the severity for a failing check.
Source API Descriptions
openapi