Jared Rhodes
01/21/2025, 4:39 PMNate
01/21/2025, 4:44 PMNate
01/21/2025, 4:45 PMNate
01/21/2025, 4:48 PMwith Flow(...) as flow
, its all just @flow
on some function, and you can do subflows
• deployments combine: flow that lives in a storage location with an execution environment config
◦ deployments have a work_pool_name
(similar to the infra config object that went in the flow in prefect 1)
◦ deployments must know where your code lives in storage (ie github, s3, or baked into an image)Jared Rhodes
01/21/2025, 6:11 PMJared Rhodes
01/21/2025, 6:12 PMJared Rhodes
01/21/2025, 6:12 PMNate
01/21/2025, 6:15 PMwhy are some users still using the older versionsI think there are as many answers as there are parties using v1 🙂 in general, I'd say just slower iteration cycles / maybe they wrote too much abstraction coupled to v1 ideas
how are they remediating the vulnerabilitiesthis is sort of a non-answer, but "upgrading" i would say is the most common way to deal with CVEs, since we don't update v1 for any reason at this point. but otherwise, I'm sure people have implemented lower level workarounds if they're stuck with v1 for some reason
Jared Rhodes
01/21/2025, 7:52 PMNate
01/22/2025, 3:43 AMdo you think there would be an appetite for extended long-term support for v1 that focuses on security patches to remediate CVEshmm i think I would direct you to chris, who would be better qualified to answer this. I can tag him tomorrow about this since its a bit late now