Skip to content

Commit

Permalink
Added exposeSystemTables limitation to documentation of DuckDB and Bi…
Browse files Browse the repository at this point in the history
…gQuery
  • Loading branch information
DRovara committed Aug 22, 2023
1 parent cacb9dc commit 50bb475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions guide/databases/bigquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ We recommend using [lenses](/guide/advanced/lenses) for this purpose.
- The position counter in the [flatten lens](/guide/advanced/lenses#flattenlens) starts counting at 0 instead of 1 for BigQuery.
- Accessing struct fields with the "dot operator" is not supported (see below).
- In BigQuery, columns of the type `ARRAY<ARRAY<T>>` are not supported. Use `ARRAY<STRUCT<ARRAY<T>>>` instead.
- The Ontop option `ontop.exposeSystemTables` is not supported for BigQuery, as the JBDC does not allow us to access system tables.

## Database Connection

Expand Down
1 change: 1 addition & 0 deletions guide/databases/duckdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Through the [DuckDB](https://duckdb.org) connector, Ontop is able to construct V
- Setting a default schema is not supported when connecting to DuckDB.
- Nested data types are only supported starting from version 0.7 of DuckDB.
- Accessing struct fields using the "dot operator" is not supported.
- The Ontop option `ontop.exposeSystemTables` is not supported for DuckDB, as the JBDC does not allow us to access system tables.

## Database Connection

Expand Down

0 comments on commit 50bb475

Please sign in to comment.