Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@wingyplus wingyplus released this 18 Jan 17:03
· 3 commits to main since this release
da9f932

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.