Question
Hello, I am an avid user of pyiceberg.
I would like methods such as upsert and delete to operate atomically, but it seems that these methods are not supported in Transaction class, so I need to implement them myself.
Is there a way to utilize various methods while ensuring atomicity?