Required settings

  • Table Bucket ARN
  • S3 Bucket
  • Service account

Creating a S3 bucket

We will need a S3 bucket created so that we can use it to stage our delta files. Below is a script that can create a bucket and attach a lifecycle policy to remove old files.

Creating a service account

The service account will need the following permissions:

  1. S3 Tables API access
  2. S3 bucket access (to the delta bucket)