Settings

  • Bucket (required)
  • Folder name (optional)
  • Service account (required)

Bucket Structure

Artie will write all the delta files into an S3 bucket. The bucket structure will be as follows:

-- tableName will be the fully qualified table name (db.schema.tableName)
/{{bucketName}}/{{folderName}}/{{tableName}}/{{YYYY-MM-DD}}/{{unixTimestampMs}}_{{randomString(4)}}.parquet.gz

-- example
/artie/foo/db.schema.tableName/2023-08-06/1654320000000_abc1.parquet.gz