Skip to content

Commit

Permalink
1.1.19 changelog: reorder code block (#12402)
Browse files Browse the repository at this point in the history
### Summary & Motivation
move the code block next to its relevant entry

### How I Tested These Changes
  • Loading branch information
yuhan committed Feb 16, 2023
1 parent b31c14f commit 19dac72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
- The `@asset_sensor` will now display an informative `SkipReason` when no new materializations have been created since the last sensor tick.
- `AssetsDefinition` now has a `to_source_asset` method, which returns a representation of this asset as a `SourceAsset`.
- You can now designate assets as inputs to ops within a graph or graph-based job. E.g.
- [dagster-snowflake, dagster-duckdb] Database I/O managers (Snowflake, DuckDB) now support static partitions, multi-partitions, and dynamic partitions.

```python
from dagster import asset, job, op
Expand All @@ -26,8 +25,8 @@ def send_emails(emails) -> None:
def send_emails_job():
send_emails(emails_to_send.to_source_asset())
```

- Added a `--dagit-host/-h` argument to the `dagster dev` command to allow customization of the host where Dagit runs.
- [dagster-snowflake, dagster-duckdb] Database I/O managers (Snowflake, DuckDB) now support static partitions, multi-partitions, and dynamic partitions.

### Bugfixes

Expand Down

1 comment on commit 19dac72

@vercel
Copy link

@vercel vercel bot commented on 19dac72 Feb 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.