How to Enable or Disable the DataHub Option in Bold BI.
One of the features of Bold BI is the DataHub (Extract, Transform, Load) option, which is crucial for data preparation and manipulation. This article will guide you through the steps to enable or disable the DataHub option in Bold BI.
Disable the DataHub in the Bold BI you can follow the below steps:
-
You can hide DataHub option from menu for all sites by using the custom_ui.json file. Please refer below document to locate this file and update the changes in file.
https://help.boldbi.com/site-administration/user-interface-customization/ -
To hide DataHub option, you need to add JSON node with ShowMenu option as false as shown in image below in the profiles section. And to apply these changes to all sites, you need to add wildcard (*) entry for site name as shown in image
"DataHub": { "ShowMenu": false, "Order": 3 }
Enable the DataHub in the Bold BI you can follow the below steps:
We can do this in two ways.
-
You can just change the ShowMenu as “true” in the below node,
"DataHub": { "ShowMenu": true, "Order": 3 }
-
You need to revert the changes that you made to disable the ETL in Bold BI.
- Just remove the DataHub node in the custom_ui.json file
- Remove the (*) in the Name and Profile name
Before:
After: