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

Use ES client for Connector API calls #2964

Open
jedrazb opened this issue Nov 14, 2024 · 0 comments
Open

Use ES client for Connector API calls #2964

jedrazb opened this issue Nov 14, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers v8.17.0

Comments

@jedrazb
Copy link
Member

jedrazb commented Nov 14, 2024

Problem Description

We have a TemporaryConnectorAPIWrapper that calls the ES Connector API directly rather than using generated client methods.

With Connector API being part of ES client since 8.15 we should deprecate this code and use available client methods https://github.com/elastic/elasticsearch-specification/tree/main/specification/connector

E.g. see how we use connector.update_scheduling client method.

TODO

Swap direct Connector API calls with generated client methods. Remove TemporaryConnectorAPIWrapper class as is no longer needed.

@jedrazb jedrazb added enhancement New feature or request v8.17.0 good first issue Good for newcomers labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers v8.17.0
Projects
None yet
Development

No branches or pull requests

1 participant