DagsterPipes.Context (dagster_pipes v0.1.0)
The context of the Dagster Pipes process.
Summary
Functions
Returns a specification to start this module under a supervisor.
Closes the pipes connection.
A key-value map for all extras provided by the user.
The job name for the currently executing run.
The partition key for the currently scoped partition.
Report to the Dagster that an asset check has been performed.
Report to the Dagster that asset is materialized.
Send a JSON serializable payload back to the orchestration process.
Create and initialize the pipes connection.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Closes the pipes connection.
A key-value map for all extras provided by the user.
The job name for the currently executing run.
The partition key for the currently scoped partition.
report_asset_check(context, check_name, passed, severity \\ :ERROR, metadata \\ nil, asset_key \\ nil)
Report to the Dagster that an asset check has been performed.
Report to the Dagster that asset is materialized.
Send a JSON serializable payload back to the orchestration process.
Create and initialize the pipes connection.