https://prefect.io logo
d

Dylan

05/09/2022, 9:32 PM
When should we expect a prefect docker image based on python 3.10+?
k

Kevin Kho

05/09/2022, 10:17 PM
I don’t know for Prefect 1.0, but 2.0 already has support. I think the goal is to migrate everyone to 2.0, but let me ask
🔥 1
n

Nico Neumann

05/09/2022, 10:51 PM
What about ARM based docker images?
k

Kevin Kho

05/09/2022, 10:53 PM
I don’t know. Will add to list of questions 😛 and we’ll get a response
❤️ 1
z

Zanie

05/09/2022, 11:25 PM
We are likely to add ARM images in 2.0 first the backport the build process to 1.0 if it is feasible
🎉 1
I’d accept a pull request adding 3.10 support to 1.0, but cannot take the time to add it now myself. There is a 3.9 support pull request that would likely be helpful.
👍 1
n

Nico Neumann

05/10/2022, 1:40 PM
@Zanie I created a pull request for Python 3.10 support: https://github.com/PrefectHQ/prefect/pull/5770
🚀 1
👍 2
d

Dylan

05/10/2022, 2:57 PM
Will PrefectCloud customers be automatically migrated to Prefect 2.0?
We’re still early in our adoption so I want to be on the latest stable release
Can discuss doing bleeding edge as well if we can segment that out by tenant.
k

Kevin Kho

05/10/2022, 2:59 PM
Like we’ll walk users through it. The estimated time is 3-4 hours. But there are breaking changes so it requires re-registration. But no to automatic. We can’t do that. Also though, 1.0 will remain for a while
d

Dylan

05/10/2022, 2:59 PM
All good, will there be specific breaking API changes that require code changes in flows / tasks etc?
It won’t matter a ton for us specifically, can patch the flows / tasks easily
k

Kevin Kho

05/10/2022, 3:01 PM
More around the Flow configuration. The Storage and RunConfig concepts are different and coupled together to form a Deployment. This flexibility enabled stuff like having 2 versions of a flow pointing to different git branches
But like the task decorator may change some kwargs but that is simple
👍 1
12 Views