pkdotson commented on a change in pull request #18953:
URL: https://github.com/apache/superset/pull/18953#discussion_r824322785
##########
File path: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx
##########
@@ -171,8 +182,43 @@ function DatabaseList({ addDangerToast, addSuccessToast }:
DatabaseListProps) {
const canExport =
hasPerm('can_export') && isFeatureEnabled(FeatureFlag.VERSIONED_EXPORT);
+ const uploadDropdownMenu = [
Review comment:
I guess we could create a function or some kind of hook that returns
this array with the vars passed in. I think this will be good to do in follow
up as we will need add in your changes for the check if user can upload.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]