github dagster-io/dagster 1.0.2

latest releases: 1.7.3, 1.7.2rc4, 1.7.2rc3...
21 months ago

New

  • When the workpace is updated, a notification will appear in Dagit, and the Workspace tab will automatically refresh.

Bugfixes

  • Restored the correct version mismatch warnings between dagster core and dagster integration libraries
  • Field.__init__ has been typed, which resolves an error that pylance would raise about default_value
  • Previously, dagster_type_materializer and dagster_type_loader expected functions to take a context argument from an internal dagster import. We’ve added DagsterTypeMaterializerContext and DagsterTypeLoaderContext so that functions annotated with these decorators can annotate their arguments properly.
  • Previously, a single-output op with a return description would not pick up the description of the return. This has been rectified.

Community Contributions

  • Fixed the dagster_slack documentation examples. Thanks @ssingh13-rms!

Documentation

Don't miss a new dagster release

NewReleases is sending notifications on new releases.