https://prefect.io logo
c

Chu

08/02/2022, 2:05 AM
I'm wondering can Parameter () take a list as default values? Since I need to map it to do some parallel running
1
r

Rob Freedy

08/02/2022, 2:17 AM
You can specify a default value for Parameter as long as it is a JSON-Serializable type: https://docs-v1.prefect.io/api/latest/core/parameters.html#parameter-2
6 Views