Tomás Emilio Silva Ebensperger
def make_flow(f: Callable) -> Callable: @wraps(f) def wrapper(self, *args, **kwargs): return flow(log_prints=True)(f)(self, *args, **kwargs) return wrapper
Zanie
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.