Skip to content

Commit

Permalink
add entries to 0.14.3 changelog (#6909)
Browse files Browse the repository at this point in the history
  • Loading branch information
sryza committed Mar 3, 2022
1 parent 4b27d8b commit c577ec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* [dagster-dbt] `load_assets_from_dbt_project` will now attach schema information to the generated assets if it is available in the dbt project (`schema.yml`).
* [examples] Added an [example](https://github.com/dagster-io/dagster/tree/master/examples/modern_data_stack_assets) that demonstrates using Software Defined Assets with Airbyte, dbt, and custom Python.
* The default io manager used in the `AssetGroup` api is now the `fs_asset_io_manager`.
* It's now possible to build a job where partitioned assets depend on partitioned assets that are maintained outside the job, and for those upstream partitions to show up on the context in the op and IOManager load_input function.
* `SourceAsset`s can now be partitioned, by setting the `partitions_def` argument.

### Bugfixes

Expand Down

1 comment on commit c577ec5

@vercel
Copy link

@vercel vercel bot commented on c577ec5 Mar 3, 2022

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.