-
Notifications
You must be signed in to change notification settings - Fork 1.8k
TypeError: DaskTaskRunner.submit() got an unexpected keyword argument 'key' #6641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is definitely a bug, we'll get it looked at soon. Thanks for the report @mikkelduif! |
CC: @zangell44 / @anticorrelator |
Ah yes we need to be coordinating changes to the collection-based task runner alongside changes like this. cc @ahuang11 as well. I think that the changes might not even be compatible with the way the Dask task runner optimizes futures. We'll need to ensure that the passed I think all major changes to task runners should be replicated in Dask alongside the core pull request to ensure that we're not going to change implementation details that are relevant for distributed runners. |
is there an ETA for this? I started seeing this in our production flows |
|
tried prefect-dask 0.2.0 got the following error after running same flow multiple times, first time it ran fine. During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@MuFaheemkhan could you please open a new issue in the |
First check
Bug summary
Seems like you can no longer submit DaskTask in prefect-2.3.0
I think it's related to this commit:
1f10bd8
Reproduction
Error
Versions
Version: 2.3.0 API version: 0.8.0 Python version: 3.10.5 Git commit: 8d9316c0 Built: Tue, Aug 30, 2022 5:30 PM OS/Arch: darwin/arm64 Profile: mikkelduif-localhost Server type: cloud In [1]: import prefect_dask In [2]: prefect_dask.__version__ Out[2]: '0.1.2'
Additional context
No response
The text was updated successfully, but these errors were encountered: