Skip to content

Commit 662b3c8

Browse files
committed
fix changelog (#29732)
## Summary & Motivation Fix a syntax error breaking docs build and remove some links that weren't supposed to be there. ## How I Tested These Changes Local `yarn build` for docs.
1 parent db0005e commit 662b3c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- If an unselected asset check is executed during a run, the system will now warn instead of throwing a hard error.
88
- When evaluating `AutomationCondition.any_deps_match` or `AutomationCondition.all_dep_match` with an allow / ignore specified, an error will no longer be produced if the provided asset selection references an asset key that does not exist.
9-
- Added the ability to restrict the list of ports that `dagster dev` is allowed to use to open subprocesses when running on Windows, by setting the `DAGSTER_PORT_RANGE` env var to a string of the form "<start>=<end>" - for example "20000-30000".
9+
- Added the ability to restrict the list of ports that `dagster dev` is allowed to use to open subprocesses when running on Windows, by setting the `DAGSTER_PORT_RANGE` env var to a string of the form `<start>=<end>` - for example "20000-30000".
1010
- [dagster-aws] The S3 sensor's `get_objects` now returns an empty list if no new files can be found since the `since_last_modified` parameter. Thanks [@bartcode](https://github.com/bartcode)!
1111
- [dagster-dbt] `@dbt_assets` and `build_dbt_manifest_asset_selection` now support a `selector` argument, allowing you to use yaml-based selectors.
1212
- [dagster-k8s] improved run monitoring when running with increased backoff limits. Thanks [@adam-bloom](https://github.com/adam-bloom)!
@@ -25,8 +25,8 @@
2525

2626
### dg & Components (Preview)
2727

28-
- [dg] Error message when an invalid configuration file is detected is now shorter and more clear. [#29586](https://github.com/dagster-io/oss/pull/29586)
29-
- [components] Descriptions and examples have been restored for core models such as `ResolvedAssetSpec`. `description` and `examples` arguments have been added to `Resolver` for documenting fields on non-pydantic model based `Resolvable` classes. [#29309](https://github.com/dagster-io/oss/pull/29309)
28+
- [dg] Error message when an invalid configuration file is detected is now shorter and more clear.
29+
- [components] Descriptions and examples have been restored for core models such as `ResolvedAssetSpec`. `description` and `examples` arguments have been added to `Resolver` for documenting fields on non-pydantic model based `Resolvable` classes.
3030

3131
## 1.10.12 (core) / 0.26.12 (libraries)
3232

0 commit comments

Comments
 (0)