Skip to content

Commit

Permalink
Update denodo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bcogrel authored Sep 13, 2024
1 parent 1c7056f commit 09df930
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions guide/databases/denodo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ Through the [Denodo](https://www.denodo.com/en) connector, Ontop is able to cons
The following shows the content of a sample `.properties` file that can be used to connect Ontop to Denodo:

```bash
jdbc.url = jdbc:vdb://localhost:9999/books
# For Denodo >= 8
jdbc.url = jdbc:denodo://localhost:9999/
# For Denodo < 8
#jdbc.url = jdbc:vdb://localhost:9999/books
jdbc.user = admin
jdbc.password = ${denodo.password}
jdbc.driver = com.denodo.vdp.jdbc.Driver
```

## Nested Type Support

Nested data types and the [flatten lens](/guide/advanced/lenses#flattenlens) are not supported for Denodo.
Nested data types and the [flatten lens](/guide/advanced/lenses#flattenlens) are not supported for Denodo.

0 comments on commit 09df930

Please sign in to comment.