ref: Deprecate regex and update data components (#8191)
* update * Update update_data.py
This commit is contained in:
parent
43066fd990
commit
5ee91a5a4b
2 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ class RegexExtractorComponent(Component):
|
|||
display_name = "Regex Extractor"
|
||||
description = "Extract patterns from text using regular expressions."
|
||||
icon = "regex"
|
||||
legacy = True
|
||||
|
||||
inputs = [
|
||||
MessageTextInput(
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ class UpdateDataComponent(Component):
|
|||
name: str = "UpdateData"
|
||||
MAX_FIELDS = 15 # Define a constant for maximum number of fields
|
||||
icon = "FolderSync"
|
||||
legacy = True
|
||||
|
||||
inputs = [
|
||||
DataInput(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue