Skip to content

Commit

Permalink
add iceberg catalog note to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jorritsandbrink committed Nov 29, 2024
1 parent ef29aa7 commit f463d06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/website/docs/dlt-ecosystem/destinations/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,10 @@ You also need `sqlalchemy>=2.0.18`:
pip install 'sqlalchemy>=2.0.18'
```

:::note
`dlt` uses an ephemeral, in-memory, sqlite-based [Iceberg catalog](https://iceberg.apache.org/concepts/catalog/). This allows for a serverless setup. It is currently not possible to connect your own Iceberg catalog.
:::

### Set table format

Set the `table_format` argument to `delta` or `iceberg` when defining your resource:
Expand Down

0 comments on commit f463d06

Please sign in to comment.