New
- All dbt resources (dbt_cli_resource, dbt_rpc_resource, and dbt_rpc_sync_resource) now support the
ls
command.
Docs
- Various fixes to broken links on pages in 0.13.0 docs release
Bug fixes
- Previously, the Dagster CLI would use a completely ephemeral dagster instance if $DAGSTER_HOME was not set. Since the new job abstraction by default requires a non-ephemeral dagster instance, this has been changed to instead create a persistent instance that is cleaned up at the end of an execution.
Dagit
- Run-status-colorized dagster logo is back on job execution page
- Improvements to Gantt chart color scheme