File Format (Model Object)

Description

The Property named File Format is available when you edit a Model Object for the Spark Generator.

It defines the format of the target table.

Format

The File Format is a List of values.

The possible values are:

  • delta:
    • The target table format will use the delta framework: data are saved in parquet files, and a log is maintained (JSON files in a _delta_log folder) containing meta-information about the executed actions and data saved 

Example:

Default Value


The default value for all Model Objects is delta.