Open xavier-GitHub76 opened 1 month ago
The visibility of the "Allow file uploads to database" option in the connection creation dialog is controlled by the condition isFileUploadSupportedByEngine
. This condition checks if the database engine supports file uploads. If isFileUploadSupportedByEngine
is true, the option is displayed [1].
If the option is missing during the creation of a connection but present during editing, it might be due to the database engine not supporting file uploads at the time of creation, or the condition not being met for some reason. You might want to verify if the database engine supports file uploads and ensure that the condition is correctly evaluated during the creation process.
To continue talking to Dosu, mention @dosu.
Assigning to @betodealmeida and @yousoph, but @sadpandajoe might be interested here as well.
do you mean "Allow file uploads to database"? Neither screenshots have a CSV option listed in them
Yes, it's "Allow file uploads to database". My screenshots mention "CSV import" but it's too limited
Bug description
"Allow file uploads to database" is :
Screenshots/recordings
Superset version
4.0.2
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist