Skip to content

Add validation source filters#5404

Draft
SajidAlamQB wants to merge 1 commit intofeat/validation-exceptions-utilsfrom
feat/validation-source-filter
Draft

Add validation source filters#5404
SajidAlamQB wants to merge 1 commit intofeat/validation-exceptions-utilsfrom
feat/validation-source-filter

Conversation

@SajidAlamQB
Copy link
Contributor

@SajidAlamQB SajidAlamQB commented Feb 25, 2026

Description

Second in a series of PRs implementing the parameter validation framework (#5313). Adds the SourceFilter abstraction and ParameterSourceFilter implementation used by the type extractor to identify which node inputs are parameters.

Depends on #5403 (exceptions + utils).

PR chain:

PR 1: Exceptions + utils
PR 2: Source filters + tests (this PR)
PR 3: Model factory + tests
PR 4: Type extractor + tests
PR 5: Parameter validator + tests
PR 6: Context integration + tests

Development notes

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

Signed-off-by: Sajid Alam <sajid_alam@mckinsey.com>
@SajidAlamQB SajidAlamQB self-assigned this Feb 25, 2026
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.

1 participant