Hi, first of all thahks for your work in databricks sql.
Unfortunately i am having a problem running insert-selects statements programatically using the jdbc driver.
They all have the form:
`insert into `mytable` select 1, 'foo', moreLiterals`
The statements fails sometimes and i've not found a clear pattern.
Any help would be really appreciated!