Deceivious
def flow(a:int,b:str)
b
a
Jake Kaplan
from prefect import flow from typing import Any @flow def flow(a: int, b: Any): print(a, b) if __name__ == '__main__': flow(1, 'b') flow(1, 5)
@flow def flow(a: int, b: DontCoerce[str]): ...
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.