Dagster
Dagster is a data orchestration platform centered on software-defined assets with strong observability and testing support. It exposes a GraphQL API for programmatic interaction with Dagster instances and a REST API for reporting external asset materializations, checks, and observations from outside pipelines.
APIs
Dagster GraphQL API
The Dagster GraphQL API allows clients to interact with Dagster programmatically. It can be used to query information about Dagster runs, retrieve metadata about repositories, j...
Dagster External Assets REST API
The Dagster External Assets REST API provides endpoints to report asset materializations, asset check evaluations, and asset observations for external assets back to Dagster. Th...
Collections
Arazzo Workflows
Dagster External Asset Event Pipeline
Observe, materialize, and check an external asset in a single correlated event pipeline.
ARAZZODagster Materialize and Check External Asset
Report an external asset materialization, then record an asset check evaluation against the same asset.
ARAZZODagster Observe and Materialize External Asset
Report an observation for an external asset, then report its materialization.
ARAZZOGraphQL
Dagster GraphQL API
The Dagster GraphQL API allows clients to interact with Dagster programmatically. It can be used to query information about Dagster runs, retrieve metadata about repositories, j...
GRAPHQL