flowbber.schema¶Schema for the pipeline definition data structure.
TimedeltaValidator:
Cerberus validator that allows to coerce a string to a positive integer asflowbber.schema.TimedeltaValidator(*args, **kwargs)¶Cerberus validator that allows to coerce a string to a positive integer as a timedelta in seconds.
For this transformation the pytimeparse library is used.
Inheritance