Skip to content

Add Node and Pipeline snapshots for the inspection layer#5449

Open
ravi-kumar-pilla wants to merge 3 commits intofeat/inspect_project_metadatafrom
feat/inspect_pipeline_snapshot
Open

Add Node and Pipeline snapshots for the inspection layer#5449
ravi-kumar-pilla wants to merge 3 commits intofeat/inspect_project_metadatafrom
feat/inspect_pipeline_snapshot

Conversation

@ravi-kumar-pilla
Copy link
Contributor

Description

Resolves #5429

NOTE: This PR is based on #5447

Development notes

  • Updated kedro/inspection/models.py
  • Updated kedro/inspection/snapshot.py
  • Added tests/inspection/test_node_pipeline_snapshot.py

Developer Certificate of Origin

We need all contributions to comply with the Developer Certificate of Origin (DCO). All commits must be signed off by including a Signed-off-by line in the commit message. See our wiki for guidance.

If your PR is blocked due to unsigned commits, then you must follow the instructions under "Rebase the branch" on the GitHub Checks page for your PR. This will retroactively add the sign-off to all unsigned commits and allow the DCO check to pass.

Checklist

  • Read the contributing guidelines
  • Signed off each commit with a Developer Certificate of Origin (DCO)
  • Opened this PR as a 'Draft Pull Request' if it is work-in-progress
  • Updated the documentation to reflect the code changes
  • Added a description of this change in the RELEASE.md file
  • Added tests to cover my changes
  • Checked if this change will affect Kedro-Viz, and if so, communicated that with the Viz team

@ravi-kumar-pilla ravi-kumar-pilla marked this pull request as ready for review March 12, 2026 05:03
)


def _build_pipeline_snapshots() -> list[PipelineSnapshot]:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit]: Not fully sure which one is right but The other two builder functions take their dependencies as arguments. This one imports pipelines globally and uses it directly. May be should accept pipelines as a parameter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NodeSnapshot + PipelineSnapshot - models, builder, tests

2 participants