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 PipelineETLWorkflowsAssetsGraphQLArazzoWorkflows
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
Record an observation of the external asset, capturing the data version and metadata about the source before it is materialized.
2
reportMaterialization
Record the materialization of the asset, reusing the data version from the observation so the events are correlated in Dagster.
3
reportCheck
Record the asset check evaluation against the freshly materialized asset, carrying severity through when the check did not pass.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.