remove built-in pipeline template user field (#27184)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Jyong
2025-10-21 15:30:58 +08:00
committed by GitHub
parent ea8245a91b
commit 05f66fcf0d
3 changed files with 36 additions and 10 deletions

View File

@@ -74,5 +74,4 @@ class DatabasePipelineTemplateRetrieval(PipelineTemplateRetrievalBase):
"chunk_structure": pipeline_template.chunk_structure,
"export_data": pipeline_template.yaml_content,
"graph": graph_data,
"created_by": pipeline_template.created_user_name,
}