fix: allow CSV upload in Other db (#22807)

This commit is contained in:
Beto Dealmeida 2023-01-23 11:50:38 -08:00 committed by GitHub
parent 931b01ee85
commit 3084763eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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 {