tecton.const

tecton.const(value)

Wraps a const and returns a Constant object that can be used inside pipeline functions.

Parameters

value (Union[str, int, float, bool, None]) – The constant value that needs to be wrapped and used in the pipeline function.

Returns

A Constant object.