Adding a splash screen in Hue

You can add a custom splash screen to the Hue web interface by adding your custom HTML to the hue-safety-valve configuration for your Virtual Warehouse.

  1. Log in to the Data Warehouse service as DWAdmin.
  2. Go to your Virtual Warehouse tile and click > Edit.
  3. Go to CONFIGURATIONS > Hue, select hue-safety-valve from the Configuration files drop-down menu and add the following lines:
    [desktop]
    [[custom]]
    login_splash_html=[***CUSTOM-HTML***]
    [desktop]
    [[custom]]
    login_splash_html=<h1>Hue, the next-gen SQL Assistant</h1>
  4. Click Apply Changes.
    The Virtual Warehouse goes into an "Updating" state. Wait for the update to complete, and then open or refresh Hue.