Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Mar 15, 2024
1 parent 755fe92 commit 46e101a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/schema-evolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ The schema of the data above is loaded to the destination as follows:

The schema evolution engine in the `dlt` library is designed to handle changes in the structure of your data over time. For example:

- As above in continuation of the inferred schema, the “specifications” are nested in "details”, which are nested in “Inventory”, all under table name “org”, So the table created for projects is `org__inventory__details__specifications`.
- As above in continuation of the inferred schema, the “specifications” are nested in "details”, which are nested in “Inventory”, all under table name “org”. So the table created for projects is `org__inventory__details__specifications`.

These is a simple examples of how schema evolution works.

Expand Down

0 comments on commit 46e101a

Please sign in to comment.