Skip to content

Commit fb6e7a3

Browse files
authored
SQL: remove beta marker from documentation (#38661)
1 parent de65982 commit fb6e7a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+13
-115
lines changed

docs/reference/sql/appendix/syntax-reserved.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[sql-syntax-reserved]]
44
== Reserved keywords
55

6-
beta[]
7-
86
Table with reserved keywords that need to be quoted. Also provide an example to make it more obvious.
97

108
The following table lists all of the keywords that are reserved in Presto,

docs/reference/sql/concepts.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[sql-concepts]]
44
== Conventions and Terminology
55

6-
beta[]
7-
86
For clarity, it is important to establish the meaning behind certain words as, the same wording might convey different meanings to different readers depending on one's familiarity with SQL versus {es}.
97

108
NOTE: This documentation while trying to be complete, does assume the reader has _basic_ understanding of {es} and/or SQL. If that is not the case, please continue reading the documentation however take notes and pursue the topics that are unclear either through the main {es} documentation or through the plethora of SQL material available in the open (there are simply too many excellent resources here to enumerate).
@@ -15,8 +13,6 @@ Last but not least, {es-sql} tries to obey the https://en.wikipedia.org/wiki/Pri
1513

1614
=== Mapping concepts across SQL and {es}
1715

18-
beta[]
19-
2016
While SQL and {es} have different terms for the way the data is organized (and different semantics), essentially their purpose is the same.
2117

2218
So let's start from the bottom; these roughly are:

docs/reference/sql/endpoints/cli.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[sql-cli]]
44
== SQL CLI
55

6-
beta[]
7-
86
Elasticsearch ships with a script to run the SQL CLI in its `bin` directory:
97

108
[source,bash]

docs/reference/sql/endpoints/client-apps/dbeaver.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[sql-client-apps-dbeaver]]
44
=== DBeaver
55

6-
beta[]
7-
86
[quote, https://dbeaver.io/]
97
____
108
https://dbeaver.io/[DBeaver] DBeaver is free and open source universal database tool for developers and database administrators.

docs/reference/sql/endpoints/client-apps/dbvis.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[sql-client-apps-dbvis]]
44
=== DbVisualizer
55

6-
beta[]
7-
86
[quote, http://www.dbvis.com/]
97
____
108
https://www.dbvis.com/[DbVisualizer] is a database management and analysis tool for all major databases.

docs/reference/sql/endpoints/client-apps/excel.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[sql-client-apps-excel]]
44
=== Microsoft Excel
55

6-
experimental[]
7-
86
[quote, https://www.techopedia.com/definition/5430/microsoft-excel]
97
____
108
https://products.office.com/en/excel[Microsoft Excel] is a software program [...] that allows users to organize, format and calculate data

docs/reference/sql/endpoints/client-apps/index.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[sql-client-apps]]
44
== SQL Client Applications
55

6-
beta[]
7-
86
Thanks to its <<sql-jdbc, JDBC>> and <<sql-odbc, ODBC>> interfaces, a broad range of third-party applications can use {es}'s SQL capabilities.
97
This section lists, in alphabetical order, a number of them and their respective configuration - the list however is by no means comprehensive (feel free to https://www.elastic.co/blog/art-of-pull-request[submit a PR] to improve it):
108
as long as the app can use the {es-sql} driver, it can use {es-sql}.

docs/reference/sql/endpoints/client-apps/microstrat.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[sql-client-apps-microstrat]]
44
=== MicroStrategy Desktop
55

6-
experimental[]
7-
86
[quote, https://www.microstrategy.com/us/resources/library/videos/new-microstrategy-desktop]
97
____
108
https://www.microstrategy.com/us/get-started/desktop[MicroStrategy Desktop] is a free data discovery tool that helps people bring data to
@@ -19,7 +17,7 @@ ____
1917

2018
==== Data loading
2119

22-
To use the {product} to load data into MicroStrategy Desktop perform the following steps in sequence.
20+
To use the {odbc} to load data into MicroStrategy Desktop perform the following steps in sequence.
2321

2422
. Create a New Dossier
2523
+

docs/reference/sql/endpoints/client-apps/powerbi.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[sql-client-apps-powerbi]]
44
=== Microsoft Power BI Desktop
55

6-
experimental[]
7-
86
[quote, https://powerbi.microsoft.com/en-us/what-is-power-bi/]
97
____
108
https://powerbi.microsoft.com/en-us/desktop/[Power BI] is a business analytics solution that lets you visualize your data and share

docs/reference/sql/endpoints/client-apps/ps1.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[[sql-client-apps-ps1]]
44
=== Microsoft PowerShell
55

6-
experimental[]
7-
86
[quote, https://docs.microsoft.com/en-us/powershell/scripting/powershell-scripting]
97
____
108
https://docs.microsoft.com/en-us/powershell/[PowerShell] is a task-based command-line shell and scripting language built on .NET.

0 commit comments

Comments
 (0)