We also have branch and merge support, which may be a bit easier to use
> On May 25, 2023, at 4:33 PM, Anton Okolnychyi <aokolnyc...@apple.com.INVALID>
> wrote:
>
> 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
>