Skip to main content

HI everyone! I’m getting this error message when trying to Load my data model with a new table: 

“The requested column EKKO.INCO1 of table Agreements is not present in the according parquet file” .

However the table “Agreements” is created in the data job with the same functions as any other table in the data model (“Create table Agreement AS ( Select CAST (EKKO.INCO1 AS VARCHAR) AS "EKKO.INCO1"...etcetc) so I don’t understand where this “parquet file” format is coming from… any idea?

try removing the table from data model and adding again


@abhishek.chatu14 thank you for your response! I changed the name of the column from “EKKO.INCO1” to “EKKO_INCO1” and it solved the problem(:


Reply