Update
So I found follwing strange thing:
The dual view is created with one entry. But if I make a select of this table I get the error message:
PostgreSQL said: ERROR: parse error at or near " "
Your query:
SELECT * FROM "dual" LIMIT 1
Any idea?
Thanks
PS I checked the file after creating the data model; there is no error there.