Hey all, When I try to run a dynamic workflow that...
# ask-the-community
t
Hey all, When I try to run a dynamic workflow that runs sub-workflows in a loop in the cluster, everything works well,however locally im getting the following error: FileNotFoundError: Failed to convert inputs of task 'tasks.sq.calculate_sq_for_periods': [Errno 2] No such file or directory: '/tmp/flyte-syyu9bci/raw/478497a5bfde2e583b5e3c0e47cc4a73' This has something to do with the fact inputs are dataframes i guess.. help?
j
does your workflows take in FlyteFile or directories? whats the signature of these workflow