We are running the Load Data Warehouse job, and encountering an issue with it. It fails with the following error message (in the bg-dwh.log):
ERROR: ENCOUNTERED EXCEPTION WHILE INSERTING INTO DWH_ODF_RANDOM_CUSTOM_OBJECT. column "id" does not exist
Where: PL/pgSQL function inline_code_block line 22 at RAISE
There is meta data in the DWH_META_COLUMNS table, against a specific custom object, for a column called "ID". While in fact the application does not let an attribute be created with this ID.