This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 9ee4fe64f2b [yaml] : add available yaml io connectors to website
(#37605)
9ee4fe64f2b is described below
commit 9ee4fe64f2b99cb9b555ba65be202dcde40ebe74
Author: Derrick Williams <[email protected]>
AuthorDate: Wed Feb 25 10:20:52 2026 -0500
[yaml] : add available yaml io connectors to website (#37605)
* add first draft of yaml column
* remove pubsublite
---
.../site/content/en/documentation/io/connectors.md | 140 +++++++++++++++++----
1 file changed, 119 insertions(+), 21 deletions(-)
diff --git a/website/www/site/content/en/documentation/io/connectors.md
b/website/www/site/content/en/documentation/io/connectors.md
index 9797195518e..856675f0e0f 100644
--- a/website/www/site/content/en/documentation/io/connectors.md
+++ b/website/www/site/content/en/documentation/io/connectors.md
@@ -37,6 +37,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<th>Python</th>
<th>Go</th>
<th>Typescript</th>
+ <th>Yaml</th>
<th>Batch Supported</th>
<th>Streaming Supported</th>
<th>Supported via Managed API</th>
@@ -58,6 +59,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<a
href="https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam/io/fileio">native</a>
</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -82,6 +84,11 @@ This table provides a consolidated, at-a-glance overview of
the available built-
✔
<a
href="https://github.com/apache/beam/blob/master/sdks/typescript/src/apache_beam/io/avroio.ts">via
X-language</a>
</td>
+ <td class="present">
+ ✔
+ <br>
+ <a
href="https://beam.apache.org/releases/yamldoc/current/#readfromavro">read</a>
/ <a
href="https://beam.apache.org/releases/yamldoc/current/#writetoavro">write</a>
+ </td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -106,6 +113,11 @@ This table provides a consolidated, at-a-glance overview
of the available built-
✔
<a
href="https://github.com/apache/beam/blob/master/sdks/typescript/src/apache_beam/io/textio.ts">via
X-language</a>
</td>
+ <td class="present">
+ ✔
+ <br>
+ <a
href="https://beam.apache.org/releases/yamldoc/current/#readfromtext">read</a>
/ <a
href="https://beam.apache.org/releases/yamldoc/current/#writetotext">write</a>
+ </td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -124,6 +136,11 @@ This table provides a consolidated, at-a-glance overview
of the available built-
</td>
<td>Not available</td>
<td>Not available</td>
+ <td class="present">
+ ✔
+ <br>
+ <a
href="https://beam.apache.org/releases/yamldoc/current/#readfromtfrecord">read</a>
/ <a
href="https://beam.apache.org/releases/yamldoc/current/#writetotfrecord">write</a>
+ </td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -139,6 +156,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -154,6 +172,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -178,6 +197,11 @@ This table provides a consolidated, at-a-glance overview
of the available built-
✔
<a
href="https://github.com/apache/beam/blob/master/sdks/typescript/src/apache_beam/io/parquetio.ts">via
X-language</a>
</td>
+ <td class="present">
+ ✔
+ <br>
+ <a
href="https://beam.apache.org/releases/yamldoc/current/#readfromparquet">read</a>
/ <a
href="https://beam.apache.org/releases/yamldoc/current/#writetoparquet">write</a>
+ </td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -193,6 +217,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -213,6 +238,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td class="present">
✔via X-language
</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -236,6 +262,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td class="present">
✔via X-language
</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -259,6 +286,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td class="present">
✔via X-language
</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -279,6 +307,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td class="present">
✔via X-language
</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -294,6 +323,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<a
href="https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/memfs">native</a>
</td>
<td class="absent">✘</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -312,6 +342,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -327,6 +358,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -351,6 +383,11 @@ This table provides a consolidated, at-a-glance overview
of the available built-
✔
<a
href="https://github.com/apache/beam/blob/master/sdks/typescript/src/apache_beam/io/kafka.ts">via
X-language</a>
</td>
+ <td class="present">
+ ✔
+ <br>
+ <a
href="https://beam.apache.org/releases/yamldoc/current/#readfromkafka">read</a>
/ <a
href="https://beam.apache.org/releases/yamldoc/current/#writetokafka">write</a>
+ </td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="present">✔</td>
@@ -375,6 +412,11 @@ This table provides a consolidated, at-a-glance overview
of the available built-
✔
<a
href="https://github.com/apache/beam/blob/master/sdks/typescript/src/apache_beam/io/pubsub.ts">via
X-language</a>
</td>
+ <td class="present">
+ ✔
+ <br>
+ <a
href="https://beam.apache.org/releases/yamldoc/current/#readfrompubsub">read</a>
/ <a
href="https://beam.apache.org/releases/yamldoc/current/#writetopubsub">write</a>
+ </td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -390,6 +432,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -405,6 +448,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -420,6 +464,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -435,6 +480,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -450,6 +496,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -465,6 +512,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -480,6 +528,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -495,6 +544,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -510,6 +560,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -525,6 +576,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -540,6 +592,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -555,6 +608,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -582,6 +636,11 @@ This table provides a consolidated, at-a-glance overview
of the available built-
✔
<a
href="https://github.com/apache/beam/blob/master/sdks/typescript/src/apache_beam/io/bigqueryio.ts">via
X-language</a>
</td>
+ <td class="present">
+ ✔
+ <br>
+ <a
href="https://beam.apache.org/releases/yamldoc/current/#readfrombigquery">read</a>
/ <a
href="https://beam.apache.org/releases/yamldoc/current/#writetobigquery">write</a>
+ </td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="present">✔</td>
@@ -609,6 +668,11 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<a
href="https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam/io/xlang/bigtableio">via
X-language</a>
</td>
<td>Not available</td>
+ <td class="present">
+ ✔
+ <br>
+ <a
href="https://beam.apache.org/releases/yamldoc/current/#readfrombigtable">read</a>
/ <a
href="https://beam.apache.org/releases/yamldoc/current/#writetobigtable">write</a>
+ </td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -630,6 +694,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<a
href="https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam/io/datastoreio">native</a>
</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -648,6 +713,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -669,6 +735,11 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<a
href="https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam/io/spannerio">native</a>
</td>
<td>Not available</td>
+ <td class="present">
+ ✔
+ <br>
+ <a
href="https://beam.apache.org/releases/yamldoc/current/#readfromspanner">read</a>
/ <a
href="https://beam.apache.org/releases/yamldoc/current/#writetospanner">write</a>
+ </td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -690,6 +761,11 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<a
href="https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam/io/xlang/jdbcio">via
X-language</a>
</td>
<td>Not available</td>
+ <td class="present">
+ ✔
+ <br>
+ <a
href="https://beam.apache.org/releases/yamldoc/current/#readfromjdbc">read</a>
/ <a
href="https://beam.apache.org/releases/yamldoc/current/#writetojdbc">write</a>
+ </td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -711,6 +787,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<a
href="https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam/io/xlang/debeziumio">via
X-language</a>
</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -732,6 +809,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<a
href="https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam/io/mongodbio">native</a>
</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -747,6 +825,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -762,6 +841,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -777,6 +857,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -792,6 +873,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -807,6 +889,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<a
href="https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam/io/databaseio">native</a>
</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -822,6 +905,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -837,6 +921,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -855,6 +940,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<a
href="https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam/io/fhirio">native</a>
</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -870,6 +956,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -888,6 +975,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -905,6 +993,7 @@ This table provides a consolidated, at-a-glance overview of
the available built-
</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -920,6 +1009,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -935,30 +1025,10 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
- <td class="present">✔</td>
- <td class="absent">✘</td>
- <td class="absent">✘</td>
- </tr>
- <tr>
- <td>Pub/Sub Lite</td>
- <td class="present">✔</td>
- <td class="present">✔</td>
- <td class="present">
- ✔
- <a
href="https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/gcp/pubsublite/PubsubLiteIO.html">native</a>
- </td>
- <td class="present">
- ✔
- <a
href="https://beam.apache.org/releases/pydoc/current/apache_beam.io.gcp.pubsublite.html">via
X-language</a>
- </td>
<td>Not available</td>
- <td class="present">
- ✔
- <a
href="https://github.com/apache/beam/blob/master/sdks/typescript/src/apache_beam/io/pubsublite.ts">via
X-language</a>
- </td>
- <td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
+ <td class="absent">✘</td>
</tr>
<tr>
<td>InfluxDB</td>
@@ -971,6 +1041,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -986,6 +1057,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="absent">✘</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -1001,6 +1073,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -1016,6 +1089,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
<td class="absent">✘</td>
@@ -1031,6 +1105,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -1045,6 +1120,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td class="present">✔ <a
href="https://beam.apache.org/releases/pydoc/current/apache_beam.io.requestresponse.html?highlight=requestresponse#apache_beam.io.requestresponse.RequestResponseIO">native</a></td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="absent">✘</td>
@@ -1062,6 +1138,11 @@ This table provides a consolidated, at-a-glance overview
of the available built-
</td>
<td>Not available</td>
<td>Not available</td>
+ <td class="present">
+ ✔
+ <br>
+ <a
href="https://beam.apache.org/releases/yamldoc/current/#readfromiceberg">read</a>
/ <a
href="https://beam.apache.org/releases/yamldoc/current/#writetoiceberg">write</a>
/ <a
href="https://beam.apache.org/releases/yamldoc/current/#readfromicebergcdc">read
CDC</a>
+ </td>
<td class="present">✔</td>
<td class="present">✔</td>
<td class="present">✔</td>
@@ -1081,6 +1162,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<th>Python</th>
<th>Go</th>
<th>Typescript</th>
+ <th>Yaml</th>
<th>Batch Supported</th>
<th>Streaming Supported</th>
</tr>
@@ -1097,6 +1179,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
</tr>
@@ -1113,6 +1196,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
</tr>
@@ -1129,6 +1213,11 @@ This table provides a consolidated, at-a-glance overview
of the available built-
</td>
<td>Not available</td>
<td>Not available</td>
+ <td class="present">
+ ✔
+ <br>
+ <a
href="https://beam.apache.org/releases/yamldoc/current/#readfrommysql">read</a>
/ <a
href="https://beam.apache.org/releases/yamldoc/current/#writetomysql">write</a>
+ </td>
<td class="present">✔</td>
<td class="absent">✘</td>
</tr>
@@ -1145,6 +1234,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
</tr>
@@ -1161,6 +1251,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
</tr>
@@ -1177,6 +1268,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
</tr>
@@ -1193,6 +1285,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
</tr>
@@ -1209,6 +1302,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
native
</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
</tr>
@@ -1225,6 +1319,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
</tr>
@@ -1241,6 +1336,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
</tr>
@@ -1257,6 +1353,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
<td>Not available</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="absent">✘</td>
</tr>
@@ -1273,6 +1370,7 @@ This table provides a consolidated, at-a-glance overview
of the available built-
</td>
<td>Not available</td>
<td>Not available</td>
+ <td>Not available</td>
<td class="present">✔</td>
<td class="present">✔</td>
</tr>