Hi there!
I'm trying to figure out how the multi-writers architecture for Delta Lake tables is implemented under the hood.
I understand that a DynamoDB table is used to provide mutual exclusion, but the question is: where is the table located? Is it in the control plane compute or the user's?
If it's in the data plane, how can I provide permissions to create/update this specific table?
If it's in the control plane compute, why is it failing with the following:
Py4JJavaError: An error occurred while calling o476.save.
: com.amazonaws.services.securitytoken.model.AWSSecurityTokenServiceException: The security token included in the request is invalid.
?
Thanks!