https://prefect.io logo
Title
e

Edmondo Porcu

05/26/2022, 6:37 PM
Also, if one uses a task that returns a list, can another task be executed for each element of the returned list?
k

Kevin Kho

05/26/2022, 6:38 PM
For this one see mapping
e

Edmondo Porcu

05/29/2022, 2:32 AM
Thanks. I haven't tried yet prefect cloud, but one of the things we want to do is expose a flow that should run a specific task in a loop depending on the number of parameters passed from the ui. can Parameters work with mapping?
k

Kevin Kho

05/29/2022, 2:46 AM
Yes but looping is slightly different and honestly crap. compared to the equivalent in 2.0
e

Edmondo Porcu

05/29/2022, 3:12 AM
So I should start using the 2.0😂
k

Kevin Kho

05/29/2022, 3:53 AM
For looping, maybe
e

Edmondo Porcu

05/29/2022, 3:55 AM
Is there a cloud version ?
k

Kevin Kho

05/29/2022, 3:58 AM
e

Edmondo Porcu

05/29/2022, 3:31 PM
Thanks, can workspaces be configured programmatically?
k

Kevin Kho

05/29/2022, 4:04 PM
I think they will be, but at the moment there is only one workspace.
e

Edmondo Porcu

05/31/2022, 2:38 PM
The python package is different right? it's not prefect but orion... correct?
k

Kevin Kho

05/31/2022, 2:40 PM
pip install prefect==2.0b5
is Orion.
pip install prefect
gives 1.0