amitBhardwaj12 opened a new issue #16744: URL: https://github.com/apache/superset/issues/16744
### Discussed in https://github.com/apache/superset/discussions/16642 Adding a new item in SQL LAB menu . Added below code in app.py for appBuilder to add new item link. Also handled the below url on front end side. But new item with driftUI is still not visible. appbuilder.add_link( __("Drift UI"), href="/superset/sqllab/drift/", icon="fa-search", category="SQL Lab", )</div> -- 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]
