Bugfix
- Fixes issues with
dagster instance migrate
.
- Fixes bug in
launch_scheduled_execution
that would mask configuration errors.
- Fixes bug in dagit where schedule related errors were not shown.
- Fixes JSON-serialization error in
dagster-k8s
when specifying per-step resources.
New
- Makes
label
optional parameter for materializations withasset_key
specified.
- Changes
Assets
page to have a typeahead selector and hierarchical views based on asset_key path.
- dagster-ssh
- adds SFTP get and put functions to
SSHResource
, replacing sftp_solid.
- adds SFTP get and put functions to
Docs
- Various docs corrections