Skip to content

Commit e06b48b

Browse files
maximearmstrongDagster Devtools
authored andcommitted
Changelog 1.13.11 (#25732)
## Summary & Motivation ## Test Plan ## Changelog > The changelog is generated by an agent that examines merged PRs and > summarizes/categorizes user-facing changes. You can optionally replace > this text with a terse description of any user-facing changes in your PR, > which the agent will prioritize. Otherwise, delete this section. Internal-RevId: f6433e42b319eb19db809d9b7c3632861b7c0255
1 parent f670ade commit e06b48b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGES.md

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

3+
## 1.13.11 (core) / 0.29.11 (libraries)
4+
5+
### New
6+
7+
- [ui] The asset catalog page now renders as a single virtualized list, so workspaces with many asset groups or code locations no longer freeze the UI when expanding those sections.
8+
- [dagster-dbt] Added a new `"insights"` option to `DbtProjectComponent`'s `include_metadata` field, enabling Dagster+ Insights tracking from YAML config.
9+
- [dagster-graphql] Added an optional `limit` argument and new `assetSelectionCount` / `assetCheckSelectionCount` fields to the `Run` GraphQL type, so clients can render a bounded preview of a run's asset/check selection alongside the true totals.
10+
11+
### Bugfixes
12+
13+
- Asset check history is now cleared when an asset or its partitions are wiped; stale entries no longer linger in the Execution History and Partitions views.
14+
- [ui] The run detail page header now displays the asset-check count for asset-job runs, and the count is now read from the execution plan rather than by scanning the full run event log.
15+
- [ui] The "View asset lineage" item in the run actions menu now correctly scopes to the assets in that run.
16+
- [dagster-dbt] `.with_insights()` now logs a warning instead of raising when called against an unsupported adapter.
17+
18+
### Documentation
19+
20+
- Added a new page documenting Dagster+ code-location snapshot size limits, with a script you can run locally to estimate snapshot sizes before deploying.
21+
- Documented the "Run concurrency" Insights metric.
22+
- Fixed an invalid `pool` config in the "Preventing concurrent dbt snapshots" `DbtProjectComponent` example.
23+
324
## 1.13.10 (core) / 0.29.10 (libraries)
425

526
### Bugfixes

0 commit comments

Comments
 (0)