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
Copy file name to clipboardExpand all lines: spiceaidocs/content/en/flight-sql/DBeaver/_index.md
+17-20Lines changed: 17 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,34 +8,32 @@ weight: 60
8
8
9
9
1. Start the Spice.ai runtime with a dataset loaded. Follow the [quickstart guide]({{<ref "getting-started">}}) to get started.
10
10
11
-
2. Download [DBeaver Community Edition](https://dbeaver.io) if you haven't already.
11
+
2. Download [DBeaver Community Edition](https://dbeaver.io).
12
12
13
-
3. Download the [Apache Arrow Flight SQL JDBC driver](https://search.maven.org/search?q=a:flight-sql-jdbc-driver) - choose the "jar" option.
13
+
3. Download the [Apache Arrow Flight SQL JDBC driver](https://search.maven.org/search?q=a:flight-sql-jdbc-driver) - choose the "jar" option.
14
14
15
15
4. Launch DBeaver
16
16
17
17
5. In the DBeaver application menu bar, open the "Database" menu and choose: "Driver Manager":
18
-

18
+

19
19
20
-
6. Click the "New" button on the right:
21
-

20
+
6. Click the "New" button on the right:
21
+

22
22
23
-
24
-
7. Add the JDBC jar file:
25
-
1. Click the "Libraries" tab
26
-
1. Click the: "Add File" button
27
-
1. Choose the "flight-sql-jdbc-driver-11.0.0.jar" jar file (the file downloaded in step 3 above) - and click "Open"
28
-

23
+
7. Add the JDBC jar file:
24
+
1. Click the "Libraries" tab
25
+
1. Click the: "Add File" button
26
+
1. Choose the "flight-sql-jdbc-driver-15.0.1.jar" jar file (the file downloaded in step 3 above) - and click "Open"
27
+

29
28
1. Close the Driver editor window with the blue "OK" button on the lower-right
30
29
31
-
32
30
8. Enter the driver settings:
33
31
1. Click the "Settings" tab
34
32
1. In the "Driver Name" field - enter: ```Apache Arrow Flight SQL```
35
33
1. In the "URL Template" field - enter: ```jdbc:arrow-flight-sql://{host}:{port}?useEncryption=false&disableCertificateVerification=true```
36
34
1. In the "Driver Type" drop-down box - choose: "SQLite"
37
35
1. Select "No authentication"
38
-
1.Your driver manager "Edit Driver" window should look like this:
36
+
1.The driver manager "Edit Driver" window should look like this:
1. In the "Connect to a database" window - type: ```Flight``` in the search bar
48
-
1. Choose the ```Apache Arrow Flight SQL``` driver - your window should look like this:
46
+
1. Choose the ```Apache Arrow Flight SQL``` driver - the window should look like this:
49
47

50
48
1. Click the blue "Next >" button on the bottom of the window
51
-
1. On the next screen, the JDBC URL should be filled out already - just supply the Host (`localhost`) and Port (`50051`) values for your Spice.ai runtime. Your window should look like this:
49
+
1. On the next screen, the JDBC URL should be filled out already - just supply the Host (`localhost`) and Port (`50051`) values for the Spice.ai runtime. The window should look like this:
52
50

53
-
1. Click the "Test Connection" button - your window should look like this:
51
+
1. Click the "Test Connection" button - the window should look like this:
0 commit comments