Skip to main content
Question

Requested column of table is not present in the according parquet file

  • March 5, 2025
  • 2 replies
  • 35 views

marilyn.torta
Level 2
Forum|alt.badge.img

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?

2 replies

abhishek.chatu14
Level 11
Forum|alt.badge.img+4

try removing the table from data model and adding again


marilyn.torta
Level 2
Forum|alt.badge.img
  • Author
  • Level 2
  • 1 reply
  • March 6, 2025

@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(: