feat: adds config as additional properties to Pipeline_Run_Finished event
This commit is contained in:
parent
d682f2e2e8
commit
828a1096de
1 changed files with 2 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue