Commit 289dab9
authored
Allow deduplication of historical snapshops (#13)
* add dedup option for historical snapshots
* fix warning for keys_only dedup on snapshots
* exclude _metadata column from dedup logic for snapshots
* edit docstring for DeduplicateMode for cdc from snapshots1 parent 5cfae0a commit 289dab9
7 files changed
Lines changed: 557 additions & 93 deletions
File tree
- docs/source
- samples
- bronze_sample/src/dataflows/feature_samples/dataflowspec
- test_data_and_orchestrator/src
- src
- dataflow
- schemas
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments