Class Index: mitto.iov2.steps.transform.Input

Input

use input or store as a source of data

Simple find:

Simple find:

type

object

properties

  • environ

Environ

The job’s runtime execution environment. Do not provide this value in a job config; it is automatically provided by Runner.

  • logger

Logger

The Runner logger to use for log messages. Do not provide this value in a job config; it is automatically provided by Runner.

  • transforms

Transforms

A list of transformation steps applied to the data.

type

array

default

items

  • temporary_store_config

TemporaryStoreConfig

  • sampling_config

SamplingConfig

definitions

  • TemporaryStoreConfig

TemporaryStoreConfig

Configuration for temporary file storage strategy.

type

object

properties

  • tmp_store_strategy

Tmp Store Strategy

Defines the file compression strategy.
  • “FILE”: Uses standard temporary file storage.

  • “FILE_GZ”: Uses gzip-compressed temporary file storage.

type

string

enum

FILE, FILE_GZ

  • SamplingConfig

SamplingConfig

type

object

properties

  • sampling_log_max_length

Sampling Log Max Length

Configuration for controlling the sampling behavior. - sampling_log_max_length (int): Specifies the maximum length of logs captured during sampling.

If not set, defaults to 256.

type

integer

default

256

TemporaryStoreConfig

Configuration for temporary file storage strategy.

type

object

properties

  • tmp_store_strategy

Tmp Store Strategy

Defines the file compression strategy.
  • “FILE”: Uses standard temporary file storage.

  • “FILE_GZ”: Uses gzip-compressed temporary file storage.

type

string

enum

FILE, FILE_GZ

SamplingConfig

type

object

properties

  • sampling_log_max_length

Sampling Log Max Length

Configuration for controlling the sampling behavior. - sampling_log_max_length (int): Specifies the maximum length of logs captured during sampling.

If not set, defaults to 256.

type

integer

default

256