You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(read and write) with the [CSV Dataset]({{p.csv_ref}}).
147
211
148
212
- name: Excel
149
-
icon: ":fontawesome-solid-file-csv:"
213
+
icon: ":material-file-excel:"
150
214
content: |
151
215
Use the {{p.excel}} task to read and write to Excel workbooks in the Open XML format (XLSX).
152
216
@@ -166,10 +230,9 @@ integrations:
166
230
Use the {{p.json}} dataset to read and write files in the [JSON Lines](https://jsonlines.org/) text file format.
167
231
168
232
- name: Avro
169
-
icon: ":fontawesome-solid-paper-plane:"
170
-
#icon: ":other-apacheavro:"
233
+
icon: ":other-apacheavro:"
171
234
content: |
172
-
Use the {{p.avro}} dataset to read and write files in the [Avro](https://avro.apache.org/) format.
235
+
Use the {{p.avro}} dataset to read and write files in the [Avro format](https://avro.apache.org/).
173
236
174
237
- name: Parquet
175
238
icon: ":simple-apacheparquet:"
@@ -184,7 +247,10 @@ integrations:
184
247
- name: RDF
185
248
icon: ":simple-semanticweb:"
186
249
content: |
187
-
Use the {{p.file}} dataset to read and write files in the RDF formats ([N-Quads](https://www.w3.org/TR/n-quads/), [N-Triples](https://www.w3.org/TR/n-triples/), [Turtle](https://www.w3.org/TR/turtle/), [RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/) or [RDF/JSON](https://www.w3.org/TR/rdf-json/)).
250
+
Use the {{p.file}} dataset to read and write files in the RDF formats
MariaDB can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
273
+
MariaDB can be accessed with the {{p.Jdbc}} dataset and a
MySQL can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
285
+
MySQL can be accessed with the {{p.Jdbc}} dataset and a
The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/com.microsoft.sqlserver/mssql-jdbc).
296
+
The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset and a
Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset and a [JDBC driver](https://central.sonatype.com/artifact/net.snowflake/snowflake-jdbc).
302
+
Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset and a
Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector) using the {{p.cmem_plugin_pgvector_Search}}.
308
+
Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector)
309
+
using the {{p.cmem_plugin_pgvector_Search}}.
237
310
238
311
- name: Trino
239
312
icon: ":simple-trino:"
240
313
content: |
241
-
[Trino](https://github.com/trinodb/trino) can be access with the {{p.Jdbc}} dataset and a [JDBC driver](https://trino.io/docs/current/client/jdbc.html).
314
+
[Trino](https://github.com/trinodb/trino) can be access with the
315
+
{{p.Jdbc}} dataset and a [JDBC driver](https://trino.io/docs/current/client/jdbc.html).
0 commit comments