Excluding a Custom Investment Object from the Data warehouse (DWH) leaves an orphan table in the Data warehouse schema
Steps to Reproduce:
- Login to Clarity using administration rights
- Navigate to Administration --> Studio --> Objects
- Create a customer Investment object (ex: Custom Epic (dwh_z_odf_custom_epic))
- Include the custom Investment object (ex: Custom Epic (dwh_z_odf_custom_epic)) in the Data Warehouse by checking INCLUDE IN THE DATA WAREHOUSE
- Navigate to Reports and Jobs and run the Load Data warehouse job as Full Load
- Wait for the Load Data warehouse job to be completed. You will then see a table dwh_z_odf_custom_epic table created in the Data Warehouse schema
- Navigate back to Administration --> Studio --> Objects --> Custom Epic (dwh_z_odf_custom_epic)
- Uncheck INCLUDE IN THE DATA WAREHOUSE under the object properties page
- Navigate again to Reports and Jobs and run the Load Data warehouse Job as Full Load
- Wait for the Load Data warehouse job to complete
Expected Results: The table dwh_z_odf_custom_epic should get deleted upon excluding an object from the Data Warehouse.
Actual Results: The table dwh_z_odf_custom_epic remain in the Data Warehouse schema.