defget_container_error_timestamp(
e: typing.Optional[Exception],
) -> n: Timestamp to be reported in ContainerError
Get timestamp for ContainerError.
If a flyte exception is passed, use its timestamp, otherwise, use the current time.
Parameter
Type
e
typing.Optional[Exception]
get_one_of()
defget_one_of(
args,
) -> n: The first defined value in the environment, or an empty string if nothing is found.
Helper function to iterate through a series of different environment variables. This function exists because for
some settings reference multiple environment variables for legacy reasons.