Skip to main content
Version: 0.8

tecton.KinesisOutputStream

Summaryโ€‹

Configuration used for a Kinesis output stream.

Attributesโ€‹

The attributes are the same as the __init__ method parameters. See below.

Methodsโ€‹

__init__(...)โ€‹

Parametersโ€‹

  • stream_name (str) โ€“ Name of the Kinesis stream.

  • region (str) โ€“ AWS region of the stream, e.g: โ€œus-west-2โ€.

  • options (Optional[Dict[str, str]]) โ€“ A map of additional Spark readStream options. Only roleArn is supported. (Default: None)

  • include_features (bool) โ€“ Return feature values in addition to entity keys. Not supported for window aggregate Feature Views. (Default: False)

Was this page helpful?