Agentic insights: intent + cross-pipeline relationships in the discover inventory - #42
Open
matthewmoorcroft wants to merge 3 commits into
Open
Agentic insights: intent + cross-pipeline relationships in the discover inventory#42matthewmoorcroft wants to merge 3 commits into
matthewmoorcroft wants to merge 3 commits into
Conversation
matthewmoorcroft
force-pushed
the
pr/discover-lineage
branch
from
September 1, 2026 10:44
efa1962 to
dc90650
Compare
matthewmoorcroft
marked this pull request as ready for review
September 1, 2026 12:17
Rewrite internal package-proxy URLs (pypi-proxy.dev.databricks.com) to pypi.org / files.pythonhosted.org so public CI resolves deps. Same pinned versions and hashes; matches main. Co-authored-by: Isaac <no-reply@databricks.com>
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.
What
Adds an agentic insights layer to the discover-phase
inventory.json: an LLM authors aninsightsobject (anoverview, a sparsepipeline_insights[], andpipeline_relationships[]) that is validated against the deterministic inventory and merged in. This recovers the intent and cross-pipeline coupling that per-activity deterministic analysis structurally cannot see.Stacked on
feat/discover-lineage(PR the discover-lineage PR) — review/merge that first.Key pieces
enrichphase — validate-then-append two-pass write; MCPenrichcommand + adapter subcommand;materialize_jsonrunner support.lineage_edgemodel:control/data) — echoes an edge the deterministic layer already found.dependsOnordering, shared control/config assets), carrying mandatoryevidence+confidence. This is what captures data flow on notebook-centric factories wheredata_edgesis empty.(from, to, edge_identity)triple, not a global identity set, so a mis-paired annotation cannot validate (ADF shares one activity name across many caller→callee edges).has_insightscoverage column.Verification
Not covered / notes
convert/SetVariable golden-output integration failures are present on the base branch too (verified identical failures at the parent commit) — unrelated to this change.This pull request and its description were written by Isaac.