Skip to content

Commit 9264083

Browse files
Cristhianzlautofix-ci[bot]ogabrielluiz
authored
feat: rename MergeData to CombineData component (#6167)
* ✨ (processing): Rename MergeDataComponent to CombineDataComponent for better clarity and consistency in naming conventions. Add CombineDataComponent to handle different data combination operations like concatenation, appending, merging, and joining. * [autofix.ci] apply automated fixes * ♻️ (combine_data.py): refactor class name from CombineDataComponent to MergeDataComponent for better clarity and consistency with the operation performed * ✨ (processing): Rename CombineDataComponent to MergeDataComponent for better clarity and consistency 📝 (processing): Add new MergeDataComponent to combine data using different operations like Concatenate, Append, Merge, and Join * ♻️ (processing/__init__.py): refactor CombineDataComponent to MergeDataComponent for better naming consistency and clarity * ✨ (processing/__init__.py): rename merge_data module to combine_text for better clarity and consistency --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
1 parent 8208310 commit 9264083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/base/langflow/components/processing/merge_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class DataOperation(str, Enum):
1616

1717

1818
class MergeDataComponent(Component):
19-
display_name = "Data Combiner"
19+
display_name = "Combine Data"
2020
description = "Combines data using different operations"
2121
icon = "merge"
2222
MIN_INPUTS_REQUIRED = 2

0 commit comments

Comments
 (0)