Skip to content

Commit 271edf5

Browse files
committed
1.7.6 changelog (#21905)
## Summary & Motivation ## How I Tested These Changes
1 parent c6dc2df commit 271edf5

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
# 1.7.6 (core) / 0.23.6 (libraries)
4+
5+
### New
6+
7+
- The backfill daemon now has additional logging to document the progression through each tick and why assets are and are not materialized during each evaluation of a backfill.
8+
- Made performance improvements in both calculating and storing data version for assets, especially for assets with a large fan-in.
9+
- Standardized table row count metadata output by various integrations to `dagster/row_count` .
10+
- [dagster-aws][community-contribution] Additional parameters can now be passed to the following resources: `CloudwatchLogsHandler`, `ECRPublicClient`, `SecretsManagerResource`, `SSMResource` thanks `@jacob-white-simplisafe` !
11+
-
12+
13+
### Bugfixes
14+
15+
- Fixed issue that could cause runs to fail if they targeted any assets which had a metadata value of type `TableMetadataValue`, `TableSchemaMetadataValue`, or `TableColumnLineageMetadataValue` defined.
16+
- Fixed an issue which could cause evaluations produced via the Auto-materialize system to not render the “skip”-type rules.
17+
- Backfills of asset jobs now correctly use the `BackfillPolicy` of the underlying assets in the job.
18+
- [dagster-databricks][community-contribution] `databricks-sdk` version bumped to `0.17.0`, thanks `@lamalex` !
19+
- [helm][community-contribution] resolved incorrect comments about `dagster code-server start` , thanks `@SanjaySiddharth` !
20+
21+
### Documentation
22+
23+
- Added section headings to Pipes API references, along with explanatory copy and links to relevant pages
24+
- Added a guide for subletting asset checks
25+
- Add more detailed steps to transition from serverless to hybrid
26+
- [community-contribution] asset selection syntax corrected, thanks `@JonathanLai2004`!
27+
28+
### Dagster Plus
29+
30+
- Fixed an issue where Dagster Cloud agents would wait longer than necessary when multiple code locations were timing out during a deployment.
31+
332
# 1.7.5 (core) / 0.23.5 (libraries)
433

534
### New

0 commit comments

Comments
 (0)