Open tomaszguzialek opened 9 years ago
The name of the table was "union" which is a reserved word in SQL... Works with a different name. Should consider warning the user when reserved keywords are specified in the names.
My guess would be that we can escape the table names somehow (like using [tablename] in SQL Server), though that is probably something we need to do in MetaModel.
Created a job with two source tables, a union of them and staging table at the end:
Taken first name, last name from both tables and job title from the second one:
When executing the job, getting such stacktrace: