Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao committed Feb 5, 2025
1 parent f2e01f5 commit 7b73481
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/integrations/destinations/s3-data-lake.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,16 @@ mapped to `STRING` columns, and written as serialized JSON. This is the full map
Note that for the time/timestamp with timezone types, the value is first adjusted to UTC, and then
written into the Iceberg file.

### Schema evolution

This connector supports limited schema evolution. Outside of refreshes/clears, the connector will never
rewrite existing data files. This means that we can only handle specific schema changes:
* Adding/removing a column
* Widening columns
* Changing the primary key

If your source goes through an unsupported schema change, you must manually edit the table schema.

## Changelog

<details>
Expand Down

0 comments on commit 7b73481

Please sign in to comment.