Skip to content

Commit

Permalink
0.9.12 CHANGES.md
Browse files Browse the repository at this point in the history
Summary:
From this quip: https://elementl.quip.com/ICFkA8bv5jXd/0912

Plus last week's, looks like 0.9.11 didn't make it in

Test Plan: Inspection (is there a way to preview this page? I guess push a branch?)

Reviewers: schrockn, sandyryza, alangenfeld, nate, #ft

Reviewed By: alangenfeld, #ft

Differential Revision: https://dagster.phacility.com/D4611
  • Loading branch information
gibsondan committed Oct 1, 2020
1 parent 7a08732 commit f716708
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## 0.9.12

**Breaking Changes**

- Dagster now warns when a solid, pipeline, or other definition is created with an invalid name (for example, a Python keyword). This warning will become an error in the 0.9.13 release.

**Community Contributions**

- Added an int type to `EventMetadataEntry` (Thanks @[ChocoletMousse](https://github.com/ChocoletMousse)!)
- Added a `build_composite_solid_definition` method to Lakehouse (Thanks @[sd2k](https://github.com/sd2k)!)
- Improved broken link detection in Dagster docs (Thanks @[keyz](https://github.com/keyz)!)

**New**

- Improvements to log filtering on Run view in Dagit
- Improvements to instance level scheduler page
- Log engine events when pipeline termination is initiated

**Bugfixes**

- Syntax errors in user code now display the file and line number with the error in Dagit
- Dask executor no longer fails when using intermediate_storage
- Fixes an issue using `build_reconstructable_pipeline`
- In the Celery K8s executor, we now mark the step as failed when the step job fails
- Changed the `DagsterInvalidAssetKey` error so that it no longer fails upon being thrown

**Documentation**

- Added API docs for dagster-dbt experimental library
- Fixed some cosmetic issues with docs.dagster.io
- Added code snippets from Solids examples to test path, and fixed some inconsistencies regarding parameter ordering
- Changed to using markers instead of exact line numbers to mark out code snippets

## 0.9.10

**Breaking Changes**
Expand Down

0 comments on commit f716708

Please sign in to comment.