Skip to content

Commit abc667b

Browse files
committed
add JDB stub
1 parent 63b02e5 commit abc667b

File tree

6 files changed

+32
-0
lines changed

6 files changed

+32
-0
lines changed

data/integrations.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,3 +314,11 @@ integrations:
314314
[Trino](https://github.com/trinodb/trino) can be access with the
315315
{{p.Jdbc}} dataset and a [JDBC driver](https://trino.io/docs/current/client/jdbc.html).
316316
317+
- name: Databricks
318+
icon: ":simple-databricks:"
319+
content: |
320+
[Databricks](http://databricks.com/) can be accessed with the {{p.Jdbc}} dataset and a
321+
[Custom JDBC driver](https://github.com/databricks/databricks-jdbc).
322+
Please have a look at
323+
[Setup additional JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
324+

docs/build/integrations/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ to interact with any [Azure AI Foundry provided Large Language Models](https://a
4747
(read and write) with the [CSV Dataset](../../build/reference/dataset/csv.md).
4848

4949

50+
- :simple-databricks:{ .lg .middle } Databricks
51+
52+
---
53+
54+
[Databricks](http://databricks.com/) can be accessed with the [Remote SQL endpoint](../../build/reference/dataset/Jdbc.md) dataset and a
55+
[Custom JDBC driver](https://github.com/databricks/databricks-jdbc).
56+
Please have a look at
57+
[Setup additional JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
58+
59+
5060
- :material-email-outline:{ .lg .middle } eMail / SMTP
5161

5262
---

docs/build/loading-jdbc-datasets-incrementally/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
icon: material/database-sync
33
tags:
44
- ExpertTutorial
5+
- JDBC
56
---
67
# Loading JDBC datasets incrementally
78

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
nav:
22
- Build (DataIntegration): index.md
3+
- Adding JDBC drivers: jdbc
34
- Activity Reference: activity-reference
45

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
tags:
3+
- Configuration
4+
- JDBC
5+
---
6+
# Setup additional JDBC Drivers
7+
8+
In addition to the shipped default JDBC drivers (MariaDB, PostgreSQL, ...), Corporate Memory can be extended with custom JDBC drivers.
9+
This page describes the steps how to configure and use these additional drivers.
10+

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ extra:
6161
Volume: fontawesome-solid-hard-drive
6262
"Load Balancer": simple-awselasticloadbalancing
6363
Variables: variables
64+
JDBC: jdbc
6465
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/
6566
version:
6667
provider: mike
@@ -186,6 +187,7 @@ theme:
186187
simple-awselasticloadbalancing: simple/awselasticloadbalancing
187188
fontawesome-solid-hard-drive: fontawesome/solid/hard-drive
188189
variables: material/variable-box
190+
jdbc: material/database
189191
# https://squidfunk.github.io/mkdocs-material/reference/annotations/
190192
admonition:
191193
note: fontawesome/solid/note-sticky

0 commit comments

Comments
 (0)