Amazon S3 V2 Connector > Mappings and mapping tasks with Amazon S3 V2 > Before you begin
  

Before you begin

Before you configure and run a mapping, complete the required prerequisites.

Delta files

You can read from and write to Delta format files in mappings and mappings in advanced mode.
A Delta file consists of the following components:

Reading and writing Delta files in a mapping in advanced mode

To read from and write to Delta format files in a mapping in advanced mode, you must set the spark.custom.property in the Spark Session Properties section of the mapping task to the following value:
spark.sql.extensions=io.delta.sql.DeltaSparkSessionExtension&:spark.sql.catalog.spark_catalog=org.apache.spark.sql.delta.catalog.DeltaCatalog

Rules and guidelines

Consider the following rules and guidelines when you read from and write to Delta files: