- UI: Asset catalog now uses a virtualized list to prevent freezes on large workspaces; run detail header shows asset check count and the "View asset lineage" action correctly scopes to the run's assets.
- Dagster DBT: New "insights" option added to DbtProjectComponent include metadata; .withInsights() now logs a warning for unsupported adapters.
- GraphQL: Run type gains optional limit argument and assetSelectionCount/assetCheckSelectionCount fields for bounded previews; asset check history is cleared when assets or partitions are wiped. Added docs for code location snapshot size ...