Skip to content

Commit 455f122

Browse files
committed
Update API to 7.14-SNAPSHOT
1 parent c5f560e commit 455f122

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

elasticsearch/_async/client/sql.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async def clear_cursor(self, body, params=None, headers=None):
2424
"""
2525
Clears the SQL cursor
2626
27-
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-pagination.html>`_
27+
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.14/clear-sql-cursor-api.html>`_
2828
2929
:arg body: Specify the cursor value in the `cursor` element to
3030
clean the cursor.
@@ -41,7 +41,7 @@ async def query(self, body, params=None, headers=None):
4141
"""
4242
Executes a SQL request
4343
44-
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-rest-overview.html>`_
44+
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-search-api.html>`_
4545
4646
:arg body: Use the `query` element to start a query. Use the
4747
`cursor` element to continue a query.
@@ -60,7 +60,7 @@ async def translate(self, body, params=None, headers=None):
6060
"""
6161
Translates SQL into Elasticsearch queries
6262
63-
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-translate.html>`_
63+
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-translate-api.html>`_
6464
6565
:arg body: Specify the query in the `query` element.
6666
"""

elasticsearch/client/sql.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def clear_cursor(self, body, params=None, headers=None):
2424
"""
2525
Clears the SQL cursor
2626
27-
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-pagination.html>`_
27+
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.14/clear-sql-cursor-api.html>`_
2828
2929
:arg body: Specify the cursor value in the `cursor` element to
3030
clean the cursor.
@@ -41,7 +41,7 @@ def query(self, body, params=None, headers=None):
4141
"""
4242
Executes a SQL request
4343
44-
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-rest-overview.html>`_
44+
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-search-api.html>`_
4545
4646
:arg body: Use the `query` element to start a query. Use the
4747
`cursor` element to continue a query.
@@ -60,7 +60,7 @@ def translate(self, body, params=None, headers=None):
6060
"""
6161
Translates SQL into Elasticsearch queries
6262
63-
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-translate.html>`_
63+
`<https://www.elastic.co/guide/en/elasticsearch/reference/7.14/sql-translate-api.html>`_
6464
6565
:arg body: Specify the query in the `query` element.
6666
"""

0 commit comments

Comments
 (0)