Dagster · Arazzo Workflow
Dagster Observe and Materialize External Asset
Version 1.0.0
Report an observation for an external asset, then report its materialization.
View Spec
View on GitHub
Data EngineeringData OrchestrationData PipelinesETLWorkflowsAssetsGraphQLArazzoWorkflows
Provider
Workflows
observe-then-materialize-asset
Observe an external asset and then report its materialization with a shared data version.
Records an observation event for the supplied asset key and then records a materialization event for the same key, reusing the data version so the two events are correlated in Dagster.
1
reportObservation
reportAssetObservation
Record an observation of the external asset, capturing the current data version and any supplied metadata, partition, and description.
2
reportMaterialization
reportAssetMaterialization
Record the materialization of the same asset key, reusing the data version from the observation so the two events are correlated.
Source API Descriptions
openapi