github dagster-io/dagster v.0.2.4

latest releases: 1.7.3, 1.7.2rc4, 1.7.2rc3...
5 years ago

This version bump contains a few changes (including one breaking
change).

  • New, radically improved version of dagit. Vertical layout, and a
    beautiful new design. H/T to @bengotow for this spectacular work.
  • All types now require names. This is breaking change for
    ConfigDictionary, which did not require a name. You will
    have to change your calls to ConfigDictionary or
    ConfigDefinition.config_dict to include a name that is unique to the
    Pipeline.
  • Solids default to take no config definition, rather than a config
    definition typed as any.

Don't miss a new dagster release

NewReleases is sending notifications on new releases.