Update AirbyteJSONLoaderComponent configuration
This commit is contained in:
parent
1b3fa78ac7
commit
069cbd7dcc
1 changed files with 2 additions and 1 deletions
|
|
@ -17,10 +17,11 @@ class AirbyteJSONLoaderComponent(CustomComponent):
|
|||
"type": "file",
|
||||
"fileTypes": ["json"],
|
||||
"required": True,
|
||||
"field_type": "file",
|
||||
},
|
||||
"metadata": {
|
||||
"display_name": "Metadata",
|
||||
"type": "dict",
|
||||
"field_type": "dict",
|
||||
"required": False,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue