chore(dagster): release 1.7.0#189
Merged
hugocorreia90 merged 1 commit intomainfrom Apr 20, 2026
Merged
Conversation
Tracks engine 1.11.0. Pydantic bindings for the trust-system arcs (Arcs 1-7 first waves + Arc 6 wave 2 + Arc 7 wave 2 wave-1). The bindings were regenerated incrementally as each engine PR landed via `just codegen` and gated by `codegen-drift.yml` CI; this PR is purely the version bump + changelog narrative for the cumulative release. No code changes beyond pyproject.toml and CHANGELOG.md. Arc 6 wave 1 (P001) and Arc 7 wave 1 (P002) flow through the existing Diagnostic shape — no new Pydantic models needed.
hugocorreia90
added a commit
that referenced
this pull request
Apr 20, 2026
The fixture version strings and the dagster-rocky wheel-version in uv.lock still reflected engine-v1.10.0 / dagster-v1.6.0 from before the coordinated 1.11.0 / 1.7.0 release (PRs #188, #189). Regenerated via `just regen-fixtures` and `just codegen`; the 35 fixture diffs are pure `version` string bumps with no shape changes. Unblocks the codegen-drift CI check on PR #194.
hugocorreia90
added a commit
that referenced
this pull request
Apr 20, 2026
…tioning (#194) * docs: align READMEs, llms.txt, and agent files with trust-system positioning - engine/README.md: lead with trust-system framing; add ELT scope table, seven trust dimensions section, and Branches / Cost / Observability / Portability rows in the features table. - README.md (monorepo root): one-liner now leads with "trust system for your data" + "Keep Databricks or Snowflake, bring Rocky for the DAG." - docs/public/llms.txt: replace the "owns the T" positioning and add explicit ELT scope bullets so LLM-crawlers pick up the accurate coverage (rocky load, bronze replication). - CLAUDE.md (root), engine/AGENTS.md: one-line wording fixes so future agent guidance doesn't carry the stale "replaces dbt" frame. All changes are pure copy; no code or feature changes. Docs build still passes (69 pages, 1.68s). * chore(dagster): refresh generated fixtures + uv.lock for engine-v1.11.0 The fixture version strings and the dagster-rocky wheel-version in uv.lock still reflected engine-v1.10.0 / dagster-v1.6.0 from before the coordinated 1.11.0 / 1.7.0 release (PRs #188, #189). Regenerated via `just regen-fixtures` and `just codegen`; the 35 fixture diffs are pure `version` string bumps with no shape changes. Unblocks the codegen-drift CI check on PR #194.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tracks engine 1.11.0. Pydantic bindings for the trust-system arcs (Arcs 1–7 first waves + Arc 6 wave 2 + Arc 7 wave 2 wave-1).
Summary
BranchOutput,BranchListOutput,BranchDeleteOutput,ReplayOutput,ColumnLineageOutput.directionRunOutput.cost_summary, per-materializationcost_usd,BudgetConfig,budget_breacheventcircuit_breaker_tripped/_recoveredevent variantsTraceOutput/TraceLane/TraceMaterializationAiGenerateOutput.modelsPortabilityConfigonRockyProject(lowercaseDialectenum)P001 / P002 lint diagnostics (Arcs 6 wave 1 + 7 wave 1) flow through the existing
Diagnosticshape — no new Pydantic models needed.The bindings themselves were regenerated incrementally as each engine PR landed (gated by
codegen-drift.ymlCI). This PR is purely the version bump + changelog narrative.Test plan
pyproject.tomlbumped 1.6.0 → 1.7.0dagster-v1.7.0on the merged commit and push to triggerdagster-release.yml(publishes wheel + PyPI via OIDC)