hi ,
i am executing my flow not from main flow.
when i run it on the default executor everything is running file, when i use DaskExecutor it crashs with the following message
2022-06-22 140640,649 prefect.TaskRunner INFO Task ‘train_model[0]’: Starting task run...
2022-06-22 140640,650 prefect.TaskRunner INFO Task ‘train_model[1]’: Starting task run...
The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
2022-06-22 140655.255 python[95140:4859256] * Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘NSWindow drag regions should only be invalidated on the Main Thread!’
please advise.