Skip to content

Commit

Permalink
updated dremio connection string (#15575)
Browse files Browse the repository at this point in the history
  • Loading branch information
srinify authored Jul 7, 2021
1 parent cd4f979 commit c732d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/Connecting to Databases/dremio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The recommended connector library for Dremio is
The expected connection string for ODBC (Default port is 31010) is formatted as follows:

```
dremio://{username}:{password}@{host}:{port}/dremio
dremio://{username}:{password}@{host}:{port}/{database_name}/dremio?SSL=1
```
The expected connection string for Arrow Flight (Dremio 4.9.1+. Default port is 32010) is formatted as follows:

Expand Down

0 comments on commit c732d2d

Please sign in to comment.