How can I display a customized message on the login page while the ETL is running? For example, a message like Incremental ETL is running .

How can I display a customized message on the login page while the ETL is running? For example, a message like Incremental ETL is running .

Please follow the below steps: 1. There should be data for “ETL_STATUS” column in “ETL_DETAIL_HISTORY” table. 2. Change “ETL_STATUS” column data type as 'string' in “ETL_DETAIL_HISTORY” table. 3.In 'arc.properties' file, set “show.etl.status”=true. This is an advanced configuration, please consult Support team before making these changes