z_order optimisation on s3 with locking provider #2157
-
Hi! Using the python wrapper for this task, but happy to work with rust too if the solution is available there. I'm looking at the z order docs and can see it's possible to pass in When using AWS and storing data on s3, I've got a dynamodb table configured as a lock client, so when I'm calling
complaint. Any idea how I can tell |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You pass those storage options in the DeltaTable object, every class method uses than that instance to do it's operations. |
Beta Was this translation helpful? Give feedback.
You pass those storage options in the DeltaTable object, every class method uses than that instance to do it's operations.