From 828a1096de1de9f0a9e98181367540a4b39b1f5f Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Fri, 24 Oct 2025 12:52:21 +0200 Subject: [PATCH] feat: adds config as additional properties to Pipeline_Run_Finished event --- .../modules/pipelines/operations/run_tasks_with_telemetry.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cognee/modules/pipelines/operations/run_tasks_with_telemetry.py b/cognee/modules/pipelines/operations/run_tasks_with_telemetry.py index a2af18be6..bcee4cec6 100644 --- a/cognee/modules/pipelines/operations/run_tasks_with_telemetry.py +++ b/cognee/modules/pipelines/operations/run_tasks_with_telemetry.py @@ -39,7 +39,8 @@ async def run_tasks_with_telemetry( user.id, additional_properties={ "pipeline_name": str(pipeline_name), - }, + } + | config, ) except Exception as error: logger.error(