We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An exception is raised if a task is declared with split using keywords - like this:
task = main_pipeline.split( task_func=task_fn, input=previous_task, output=os.path.join(work_folder, '*.pdf'), extras=[log, context])
Removing the task_func, input and output kwargs will resolve the issue
task_func
input
output
The text was updated successfully, but these errors were encountered:
Thanks, apologies for the delay, I will look into this.
Sorry, something went wrong.
AndreasHeger
No branches or pull requests
An exception is raised if a task is declared with split using keywords - like this:
Removing the
task_func
,input
andoutput
kwargs will resolve the issueThe text was updated successfully, but these errors were encountered: