DagsterPipes (dagster_pipes v0.1.0)

The Elixir protocol implementation for Dagster Pipes.

Summary

Functions

close(context)

See DagsterPipes.Context.close/1.

open(opts \\ [])

Initialize the Dagster Pipes context.

open(fun, opts)

This function is deprecated. Uses run/2 instead..

Similar to open/1 but send a context to a fun and close the context after the fun is done.

report_asset_check(context, check_name, passed, severity \\ :ERROR, metadata \\ nil, asset_key \\ nil)

See DagsterPipes.Context.report_asset_check/6.

report_asset_materialization(context, metadata \\ nil, data_version \\ nil, asset_key \\ nil)

See DagsterPipes.Context.report_asset_materialization/4.

run(fun, opts \\ [])

Similar to open/1 but send a context to a fun and close the context after the fun is done.