Hello,
So I have set up a job using MySQL ODBC - executed, all good. Job T
Then set up another job with a local CSV file - executed all good. Job A
So then I want to update Job T to do a lookup transform of the results from Job A. This seems to run well. But I also need to update the schema. I need to remove a column and I need to rename a column. However, when I do this (with allowing for unprotected changes) the changes do not seem to stick. I can get the column I want to remove, to have the corresponding row in the schema highlight red (to be removed). And I can get the column I need to change its name, to have the corresponding row to highlight green (as in new - not changed). But then when I execute, nothing in the schema actually changes. And no errors are given anywhere from what I can see.
If someone has also ran into this, and has a solution, please let me know
Thank you in advance
Regards