Unfortunately, Spark SQL does not have an API for transactions. However, you may use Iceberg WAP to stage multiple changes and commit them as a single Iceberg transaction.
- Anton > On May 25, 2023, at 12:49 PM, Gaurav Agarwal <gaurav130...@gmail.com> wrote: > > Hi > > We want to delete and insert rows in iceberg in one transaction and we are > using spark SQL to execute delet e queries is there a way we can use it or > implement in our application. > > I see somewhere dynamo db manager in your code will that help > > Thanks