cognee/cognee/modules/pipelines/layers
Igor Ilic 7b5bba2b18
refactor: Unify dataset resolution (#1488)
<!-- .github/pull_request_template.md -->

## Description
Unified dataset resolution mechanisms across cognee

## Type of Change
<!-- Please check the relevant option -->
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Documentation update
- [x] Code refactoring
- [ ] Performance improvement
- [ ] Other (please specify):

## Pre-submission Checklist
<!-- Please check all boxes that apply before submitting your PR -->
- [ ] **I have tested my changes thoroughly before submitting this PR**
- [ ] **This PR contains minimal changes necessary to address the
issue/feature**
- [ ] My code follows the project's coding standards and style
guidelines
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have added necessary documentation (if applicable)
- [ ] All new and existing tests pass
- [ ] I have searched existing PRs to ensure this change hasn't been
submitted already
- [ ] I have linked any relevant issues in the description
- [ ] My commits have clear and descriptive messages

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-10-07 19:14:46 +02:00
..
__init__.py feat: migrate pipeline input validation to a layer (#1284) 2025-08-26 18:25:48 +02:00
check_pipeline_run_qualification.py refactor: make run_pipeline a high-level api for running pipelines (#1294) 2025-08-27 09:49:20 +02:00
pipeline_execution_mode.py feature: adds pipeline execution layer to cognify (#1291) 2025-08-26 14:07:19 +02:00
reset_dataset_pipeline_run_status.py feat: Memify pipeline initial commit 2025-09-02 21:32:09 +02:00
resolve_authorized_user_dataset.py refactor: Unify dataset resolution (#1488) 2025-10-07 19:14:46 +02:00
resolve_authorized_user_datasets.py refactor: Unify dataset resolution (#1488) 2025-10-07 19:14:46 +02:00
setup_and_check_environment.py refactor: make run_pipeline a high-level api for running pipelines (#1294) 2025-08-27 09:49:20 +02:00
validate_pipeline_tasks.py feat: migrate pipeline input validation to a layer (#1284) 2025-08-26 18:25:48 +02:00