Skip to content

Add Project snapshot for the inspection layer#5456

Draft
ravi-kumar-pilla wants to merge 12 commits intofeat/inspect_project_metadatafrom
feat/inspect_project_snapshot
Draft

Add Project snapshot for the inspection layer#5456
ravi-kumar-pilla wants to merge 12 commits intofeat/inspect_project_metadatafrom
feat/inspect_project_snapshot

Conversation

@ravi-kumar-pilla
Copy link
Contributor

Description

Resolves #5431

NOTE:

  1. This PR is based out of Inspection API skeleton and ProjectMetadataSnapshot implementation #5447, Add Node and Pipeline snapshots for the inspection layer #5449, Add Dataset snapshots for the inspection layer #5451 . So for additional context have a look at the other PRs
  2. There is a TODO in this PR for which I require some inputs from the reviewers.

Development notes

  • Added helper utility for assembling Kedro inspection snapshots.
  • Updated kedro/inspection/models.py
  • Updated kedro/inspection/snapshot.py
  • Added tests/inspection/test_helper.py
  • Added tests/inspection/test_project_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 linked an issue Mar 18, 2026 that may be closed by this pull request
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.

ProjectSnapshot - model, orchestrator, tests

2 participants