fix: allow CSV upload in Other db (#22807)
This commit is contained in:
parent
931b01ee85
commit
3084763eb7
|
|
@ -817,6 +817,9 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
|
|||
database_name,
|
||||
configuration_method: CONFIGURATION_METHOD.SQLALCHEMY_URI,
|
||||
engine: undefined,
|
||||
engine_information: {
|
||||
supports_file_upload: true,
|
||||
},
|
||||
},
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue