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?