dataall icon indicating copy to clipboard operation
dataall copied to clipboard

Disable/Enabled Metrics tab in table page view

Open TejasRGitHub opened this issue 1 year ago • 0 comments

Is your idea related to a problem? Please describe. Since we don't use and don't want users to press on the profiling button , we want to hide the "Metrics" tab in the table page view with the is_feature_enabled function

Describe the solution you'd like Use feature flags like how they are used in the s3_datasets section to enable/ disable the "Metrics" tab.

Proposing a config like

"s3_datasets": {
            "active": true,
            "features": {
                "file_uploads": true,
                "file_actions": true,
                 ....,
                 "metrics_data": true/false
                
            

P.S. Don't attach files. Please, prefer add code snippets directly in the message body.

TejasRGitHub avatar Sep 23 '24 21:09 TejasRGitHub