from prefect import Flow, task numbers = [1, 2, 3] map_fn = task(lambda x: x + ... because Prefect will compute the flatmap without gathering all data to a ...
確定! 回上一頁