Jesper Hemmingsson
01/25/2023, 8:55 AMNate
01/25/2023, 2:48 PMwith Flow
-> @flow
)
• the introduction of blocks to store configuration
• integrations can now be found in collections (standalone pypi packages), as opposed to the task library within the package itself
• the ability to call flows from other flows (subflows)
• the ability to materialize task results directly in a flow's context
• everything just looks more like normal python
Do you mind sharing where you saw this? This is not accurate, although many core concepts are the same
The announcement states that most Prefect 1 flows are compatible with Prefect 2
Jesper Hemmingsson
01/25/2023, 2:51 PMNate
01/25/2023, 2:52 PMprefect.deployments.run_deployment
• remembering to install a filesystem protocol package (like s3fs) in your agent environment so your runtime can pull your flow code 🙂Jesper Hemmingsson
01/25/2023, 3:49 PMSahil Rangwala
01/25/2023, 3:58 PM