Skip to main content
Version: 1.2.0

Jobs & Batch Processing

This repository contains the standard API specifications used for controlling batch processes in our various systems, and monitoring jobs related to them.

Their versioning scheme is semantic versioning, with the version coupled among all APIs listed here.

The schemas are based on JSON Schema, draft-07. We also provide examples.

1.1.0 vs 1.2.0

Additional optional fields added to result types ABS_FILES and ABS_DIRECTORY.

The fields are data_format (accepted values are parquet, csv and json) and schema_path specifying the path to schema file of the exported data. In addition, paths_with_attributes field containing a listing of file paths with additional attributes was added to ABS_FILES result type.