Multitable insert - transaction support

Hi ,
Is it possible to insert records in multipletables in s single transaction as if we insert to a database like :
begin transaction
insert into customer
insert into sales
commit
thanks
tolga

@tolgaevren Currently this feature is not available but Dremio supports multiple SQL statements so you can run them one after the other in the same session. Commit is not needed