aws_access_key_id | Your AWS access key ID. Required to authenticate with S3. | AKIAIOSFODNN7EXAMPLE | β
|
aws_secret_access_key | Your AWS secret access key. Used for writing to the S3 bucket. | wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY | β
|
aws_region | AWS region where your S3 bucket is located. | us-west-2 (default) | β
|
bucket | Name of the S3 bucket where the Delta table is stored. | mage-spark-data | β
|
table | Logical name of the Delta table that Mage will write to. | dim_profiles_v1 | β
|
mode | Write mode: - append: Adds rows to the table. Fails if schema changes. - overwrite: Replaces all existing rows and recreates the table. | append (default) or overwrite | β
|
object_key_path | Path inside the S3 bucket where the Delta table is written. Exclude s3://, bucket name, and table name from this path. | users/ds/20250708 | β
|