Daniel Manson
10/05/2021, 10:29 PM[download from s3] => [unzip] => [do something interesting] => [upload to somewhere]
as a series of tasks that run sequentially on a single filesystem, but as part of a larger flow where tasks are run on entirely separate filesystems. The advantage of allowing these steps to be full-blown tasks rather than just functions is that you can get dashboard level visibility, retries, and better use of library tasks etc.
A related thought - could you compile a dbt graph into a nested part of a prefect flow, so you get full visibility into what dbt is doing at the level of Prefect. That would be cool.Chris White
Daniel Manson
10/06/2021, 7:45 AM