Kicking off the #events channel with my latest Meetup presentation!
d
Daniel Saxton
03/05/2022, 3:29 AM
nice talk, when you migrated the Python code to Prefect Orion it looked like the output of tasks had to be "awaited" in order to get the results, does that mean Orion treats tasks as asynchronous whereas they weren't before?
a
Anna Geller
03/05/2022, 10:32 AM
It's because the Orion client itself is async
your tasks can be both synchronous and async but well spotted 👍
k
Kevin Kho
03/05/2022, 1:35 PM
Thank you for watching! Yes Orion is async, “await”-ing it lets you get the native Python object and use it inside the Flow