cognee/cognee/modules/pipelines/methods/__init__.py
Igor Ilic 14be2a5f5d
feat: Add dataset_id to pipeline run info and status (#1009)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## 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-06-30 11:53:17 +02:00

2 lines
116 B
Python

from .get_pipeline_run import get_pipeline_run
from .get_pipeline_run_by_dataset import get_pipeline_run_by_dataset