Skip to content

Commit

Permalink
fix: allow CSV upload in Other db (apache#22807)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored and PawankumarES committed Feb 13, 2023
1 parent efd0b77 commit 4b73f56
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4b73f56

Please sign in to comment.