dataall
dataall copied to clipboard
Disable/Enabled Metrics tab in table page view
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.