https://prefect.io logo
Title
e

eli yosef

05/04/2023, 9:32 AM
Hello! Currently Variables values are strings only, is there an option to set other values from different types? list, dict, etc...
z

Zanie

05/04/2023, 3:22 PM
You can use `json.dumps`/`json.loads` to store and load additional data types
1