Docs
Versions
tecton.
const
Wraps a const and returns a Constant object that can be used inside pipeline functions.
Constant
value (Union[str, int, float, bool, None]) – The constant value that needs to be wrapped and used in the pipeline function.
Union
str
int
float
bool
None
A Constant object.