Skip to content

/AWS1/CL_LOCJOBINPUTOPTIONS

Configuration for input data location and format.

Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_location TYPE /AWS1/LOCJOBINPUTLOCATION /AWS1/LOCJOBINPUTLOCATION

S3 ARN or URI where input files are stored.

The Amazon S3 bucket must be created in the same Amazon Web Services region where you plan to run your job.

iv_format TYPE /AWS1/LOCJOBINPUTFORMAT /AWS1/LOCJOBINPUTFORMAT

Input data format. Currently only Parquet is supported.

Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.


Queryable Attributes

Location

S3 ARN or URI where input files are stored.

The Amazon S3 bucket must be created in the same Amazon Web Services region where you plan to run your job.

Accessible with the following methods

Method Description
GET_LOCATION() Getter for LOCATION, with configurable default
ASK_LOCATION() Getter for LOCATION w/ exceptions if field has no value
HAS_LOCATION() Determine if LOCATION has a value

Format

Input data format. Currently only Parquet is supported.

Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.

Accessible with the following methods

Method Description
GET_FORMAT() Getter for FORMAT, with configurable default
ASK_FORMAT() Getter for FORMAT w/ exceptions if field has no value
HAS_FORMAT() Determine if FORMAT has a value