DagsterPipes (dagster_pipes v0.1.0)
The Elixir protocol implementation for Dagster Pipes.
Summary
Functions
Initialize the Dagster Pipes context.
open(fun, opts)
deprecated
Similar to open/1
but send a context to a fun
and close the context after the fun
is done.
Similar to open/1
but send a context to a fun
and close the context after the fun
is done.
Functions
Initialize the Dagster Pipes context.
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)
Similar to open/1
but send a context to a fun
and close the context after the fun
is done.