GitHub user paulsonkevgit added a comment to the discussion: Is there an inbuilt class in Superset called SuperstDashboardIndexView
@dosu The error "'AppBuilder' object has no attribute '_indexview'" is likely caused by the line in your mutate_app function: In recent versions of Flask AppBuilder and Superset, you should not set appbuilder.indexview directly. Instead, you only need to set the FAB_INDEX_VIEW config variable and (optionally) use the custom security manager for login redirect. Solution: Remove or comment out the mutate_app function and the FLASK_APP_MUTATOR assignment, as they are not needed and may cause this error. So isnt the above thing true GitHub link: https://github.com/apache/superset/discussions/34594#discussioncomment-14034058 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
