Skip to content

Releases: wingyplus/dagster-pipes-elixir

v0.1.0

18 Jan 17:03
da9f932
Compare
Choose a tag to compare

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.