Skip to content
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

BUG: ERROR/ForkPoolWorker-2] Exception query_multiple_source() got an unexpected keyword argument 'google' #69

Closed
amindadgar opened this issue Jun 3, 2024 · 0 comments · Fixed by #70
Assignees

Comments

@amindadgar
Copy link
Member

This issue mainly happens because we've assigned the parameter as the modules name. In case of google the modules name is google but the query_multiple_source have the gdrive as its parameter. To address the problem, we need to update the parameter name gdrive on query_multiple_source to google

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant