Skip to content

Commit 939c70b

Browse files
add technical preview warning
1 parent 5983fb2 commit 939c70b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/reference/esql-query-builder.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ES|QL Query Builder
22

3+
::::{warning}
4+
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
5+
::::
6+
37
The ES|QL Query Builder allows you to construct ES|QL queries using Python syntax. Consider the following example:
48

59
```python
@@ -233,4 +237,4 @@ query = (
233237

234238
Note that arguments passed to functions are assumed to be literals. When passing field names, it is necessary to wrap them with the `E()` helper function so that they are interpreted correctly.
235239

236-
You can find the complete list of available functions in the [ES|QL API reference documentation](https://elasticsearch-py.readthedocs.io/en/stable/esql.html#module-elasticsearch.esql.functions).
240+
You can find the complete list of available functions in the Python client's [ES|QL API reference documentation](https://elasticsearch-py.readthedocs.io/en/stable/esql.html#module-elasticsearch.esql.functions).

0 commit comments

Comments
 (0)