Skip to content

Commit be7223c

Browse files
authored
Revert "Add Connector API (#2531)" (#2553)
1 parent aed94d2 commit be7223c

File tree

7 files changed

+0
-2879
lines changed

7 files changed

+0
-2879
lines changed

docs/sphinx/api.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ arguments are required for all calls.
2121
api/cat
2222
api/ccr
2323
api/cluster
24-
api/connector
2524
api/dangling-indices
2625
api/enrich-policies
2726
api/eql

docs/sphinx/api/connector.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

elasticsearch/_async/client/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
from .cat import CatClient
4747
from .ccr import CcrClient
4848
from .cluster import ClusterClient
49-
from .connector import ConnectorClient
5049
from .dangling_indices import DanglingIndicesClient
5150
from .enrich import EnrichClient
5251
from .eql import EqlClient
@@ -434,7 +433,6 @@ def __init__(
434433
self.autoscaling = AutoscalingClient(self)
435434
self.cat = CatClient(self)
436435
self.cluster = ClusterClient(self)
437-
self.connector = ConnectorClient(self)
438436
self.fleet = FleetClient(self)
439437
self.features = FeaturesClient(self)
440438
self.indices = IndicesClient(self)

0 commit comments

Comments
 (0)