Skip to main content

Configuration Parameters

To use Delta Lake on AWS S3 as a destination in Mage, provide the following parameters:

Notes

  • The object key path is relative to the S3 bucket and should not include the scheme (s3://), bucket name, or table name.
  • Mage uses the delta-rs engine for writing data to Delta Lake on S3.
  • Use overwrite mode with caution: it deletes all existing rows and recreates the table.

Preview in Mage Pro

Mage Pro Data Preview, Data Explorer, AI Sidekick exploration, and Analytics chart datasets can read a bounded window from a Delta Lake table on S3 when the source is configured as delta_lake_s3. Preview supports either a full table URI:
Or a destination-style config:
Mage reads AWS credentials from the selected io_config.yaml profile when one is provided. Use a profile with read access to the target table path.