Skip to content

Commit

Permalink
make some edits to changelog (#7264)
Browse files Browse the repository at this point in the history
  • Loading branch information
prha committed Apr 5, 2022
1 parent ef95e46 commit 4996767
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### New

* [helm] Added configuration to explicitly enable or disable telemetry.
* Added a new IO manager for materializing assets to Azure ADLS. You can specify this IO manager for your AssetGroups by using the following config:
* Added a new IO manager for materializing assets to Azure ADLS. You can specify this IO manager for your AssetGroups by using the following config:

```
`from dagster import AssetGroup
Expand All @@ -17,8 +17,9 @@ asset_group = AssetGroup(
```

* Added ability to set a custom start time for partitions when using `@hourly_partitioned_config` , `@daily_partitioned_config`, `@weekly_partitioned_config`, and `@monthly_partitioned_config`
* Run configs generated from partitions can be retrieved using the `PartitionedConfig,get_partition_for_partition_key` function. This will allow the use of the `validate_run_config` function in unit tests.
* Run configs generated from partitions can be retrieved using the `PartitionedConfig.get_run_config_for_partition_key` function. This will allow the use of the `validate_run_config` function in unit tests.
* [dagit] If a run is re-executed from failure, and the run fails again, the default action will be to re-execute from the point of failure, rather than to re-execute the entire job.
* `PartitionedConfig` now takes an argument `tags_for_partition_fn` which allows for custom run tags for a given partition.

### Bugfixes

Expand Down

1 comment on commit 4996767

@vercel
Copy link

@vercel vercel bot commented on 4996767 Apr 5, 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.