Skip to content

Commit

Permalink
fix: allow CSV upload in Other db
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Jan 20, 2023
1 parent 13a186b commit 1564d35
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,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 1564d35

Please sign in to comment.