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

Remove eland.Client, use Elasticsearch directly #166

Merged
merged 1 commit into from
Apr 6, 2020

Conversation

sethmlarson
Copy link
Contributor

Now that Elasticsearch has up-to-date APIs for 7.6+ we shouldn't need a shim with direct access to perform_request(). If we do go back to having a shim between QueryCompiler and elasticsearch-py it probably won't be a public interface.

@sethmlarson sethmlarson requested a review from stevedodson April 3, 2020 18:45
@sethmlarson sethmlarson closed this Apr 3, 2020
@sethmlarson sethmlarson reopened this Apr 3, 2020
Copy link
Contributor

@stevedodson stevedodson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice PR! LGTM!

Also, good to see some type checking being introduced, at some point it would be nice to put this everywhere...

@sethmlarson
Copy link
Contributor Author

@stevedodson I have a plan to use MonkeyType and run the test suite to get a really good starting point then amend the parts that are missing, we'll see how well it works with pandas data types. :)

@sethmlarson sethmlarson merged commit 064d43b into elastic:master Apr 6, 2020
@sethmlarson sethmlarson deleted the remove-client branch April 6, 2020 12:25
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 this pull request may close these issues.

2 participants