How to display a customized message while ETL is running. The desired message is "Incremental ETL is running" should display on the login page
The following 3 conditions have to be satisfied to display the customized message when ETL is still under process: 1. Change "ETL_STATUS" column data type as string in "ETL_DETAIL_HISTORY" table 2. There should be data for "ETL_STATUS" column in "ETL_DETAIL_HISTORY" table 3. In arc.properties file, set "show.etl.status" = true