Skip to content

Commit

Permalink
Revert "Add Connector API (#2531)" (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed May 6, 2024
1 parent aed94d2 commit be7223c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 2,879 deletions.
1 change: 0 additions & 1 deletion docs/sphinx/api.rst
Expand Up @@ -21,7 +21,6 @@ arguments are required for all calls.
api/cat
api/ccr
api/cluster
api/connector
api/dangling-indices
api/enrich-policies
api/eql
Expand Down
9 changes: 0 additions & 9 deletions docs/sphinx/api/connector.rst

This file was deleted.

2 changes: 0 additions & 2 deletions elasticsearch/_async/client/__init__.py
Expand Up @@ -46,7 +46,6 @@
from .cat import CatClient
from .ccr import CcrClient
from .cluster import ClusterClient
from .connector import ConnectorClient
from .dangling_indices import DanglingIndicesClient
from .enrich import EnrichClient
from .eql import EqlClient
Expand Down Expand Up @@ -434,7 +433,6 @@ def __init__(
self.autoscaling = AutoscalingClient(self)
self.cat = CatClient(self)
self.cluster = ClusterClient(self)
self.connector = ConnectorClient(self)
self.fleet = FleetClient(self)
self.features = FeaturesClient(self)
self.indices = IndicesClient(self)
Expand Down

0 comments on commit be7223c

Please sign in to comment.