Skip to content

Commit e59a7cd

Browse files
dat-a-manAstrakhantsevaAA
authored andcommitted
Updated merge loading docs on scd2 strategy handling nested structures (dlt-hub#2944)
* Updated * Update docs/website/docs/general-usage/merge-loading.md --------- Co-authored-by: Alena Astrakhantseva <[email protected]>
1 parent 5f6c24f commit e59a7cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/website/docs/general-usage/merge-loading.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,12 @@ pipeline.run(some_data()) # third run — 2024-01-03 10:30:05.750356
461461
| 2024-01-03 03:01:11.943703 | NULL | 2024-01-02 | d |
462462
| **2024-01-03 10:30:05.750356** | **NULL** | **2024-01-01** | **bb** |
463463

464+
### Handling nested structures with SCD type 2
465+
To explore how SCD Type 2 handles nested JSON structures, refer to the hands-on demonstration provided in the Colab Notebook linked below.
466+
467+
Execute all steps directly in your browser:
468+
[Open in Colab.](https://colab.research.google.com/drive/1GpG3JKGWveB-kR7eNvlJLr6oO0nM7Fbv?usp=sharing)
469+
464470

465471
### Example: configure validity column names
466472
`_dlt_valid_from` and `_dlt_valid_to` are used by default as validity column names. Other names can be configured as follows:

0 commit comments

Comments
 (0)