Hi,
I have a SQL job that drops a table then creates a new table by joining tables and unioning tables. I can get this entire SQL to run in datagrip successfully but in Mitto it fails with an “Unexpected EOF Error” which means it’s parsing the statement to the end before executing or something?
I have the “split” parameter in the JSON set to true and transaction set to false per the answer to Greg Powell’s question on the forums (Mitto SQL Jobs Best Practice).
Any help would be appreciated!