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

rake elasticsearch:import:model - ArgumentError: unknown keyword: :type (ArgumentError) #1082

Closed
beatjoerg opened this issue Jun 18, 2024 · 1 comment · Fixed by #1083
Closed

Comments

@beatjoerg
Copy link
Contributor

With the commit "Removing type related code b71d5a9" the type related code was removed, but it is still an option in the rake task, which will fail because the now unknown option "type" is passed down to find_in_batches (instead to be removed in the index function). I will post a pull request to fix that issue.

beatjoerg added a commit to beatjoerg/elasticsearch-rails that referenced this issue Jun 18, 2024
picandocodigo pushed a commit that referenced this issue Jun 19, 2024
@azbcww
Copy link

azbcww commented Oct 23, 2024

Thank you for the commit and merge. We truly appreciate your ongoing contributions.

@picandocodigo
We have always benefited from this library, but unfortunately, we have encountered this import task issue in our environment as well. I believe this commit will help many people, so we sincerely hope that a release including this change can be made as soon as possible.
Thank you in advance for your consideration.

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.

2 participants