Releases: wingyplus/dagster-pipes-elixir
Releases · wingyplus/dagster-pipes-elixir
v0.1.0
This is the first release of the dagster_pipes
, the Elixir protocol implementation for
Dagster Pipes.
Changes
- Support asset materialization using
report_asset_materialization/4
. - Support asset check using
report_asset_check/4
. - Support extracting extras information from context through
DagsterPipes.Context.extras/1
. - Pass all basic integration tests, provided by Dagster team.