You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This short wiki explains the step to grant a workflow the write permission to DynamoDB. A common use case is to update or delete records on a DynamoDB table. The changes are then replicated to the corresponding ClickHouse table for querying. Note that if the data is immutable (insert only), S3 is preferred and you should look at https://github.com/pytorch/test-infra/wiki/Grant-a-workflow-permission-to-upload-files-to-S3 instead.