Enable or Disable Marketplaces¶
Alation Cloud Service Applies to Alation Cloud Service instances of Alation
Customer Managed Applies to customer-managed instances of Alation
Alation Marketplaces is enabled by default. Server Admins can enable or disable the feature at any time using the switch Enable links to Alation Marketplaces on the Feature Configuration tab in Admin Settings. Toggle the switch to the on-position to enable the Marketplaces links:
Toggle the switch to the off-position to disable the links:
If you make any changes on the Feature Configuration tab, you must save your changes by clicking the Save Changes button:
Server Admins with an on-prem Alation instance can also enable or disable the feature using alation_conf. For example, to enable Marketplaces, do the following:
Use SSH to connect to the Alation host.
Enter the Alation shell:
sudo /etc/init.d/alation shell
Set the alation_conf flag
alation.feature_flags.enable_marketplace_link
toTrue
:alation_conf alation.feature_flags.enable_marketplace_link -s True
Exit the Alation shell:
exit
Disable External Search¶
External Search is an earlier Alation feature with a similar purpose of surfacing available datasets from public marketplaces. If your catalog had External Search enabled, we strongly recommend that you disable it when using Alation Marketplaces.
Note
Alation Cloud Service customers can request server configuration changes through Alation Support.
To disable External Search in Alation:
Use SSH to connect to the Alation host.
Enter the Alation shell:
sudo /etc/init.d/alation shell
Set the alation_conf flag
alation.feature_flags.enable_external_data_search_ui
toFalse
:alation_conf alation.feature_flags.enable_external_data_search_ui -s False
Exit the Alation shell:
exit