Dagster · Arazzo Workflow
Dagster External Asset Event Pipeline
Version 1.0.0
Observe, materialize, and check an external asset in a single correlated event pipeline.
View Spec
View on GitHub
Data EngineeringData OrchestrationData PipelinesETLWorkflowsAssetsGraphQLArazzoWorkflows
Provider
Workflows
external-asset-event-pipeline
Report observation, materialization, and check events for one external asset key.
Reports an observation, then a materialization, then an asset check for the same asset key, sharing the data version across the events and branching on whether the check passed.
1
reportObservation
reportAssetObservation
Record an observation of the external asset, capturing the data version and metadata about the source before it is materialized.
2
reportMaterialization
reportAssetMaterialization
Record the materialization of the asset, reusing the data version from the observation so the events are correlated in Dagster.
3
reportCheck
reportAssetCheck
Record the asset check evaluation against the freshly materialized asset, carrying severity through when the check did not pass.
Source API Descriptions
openapi