Skip to content

Commit ec3ed1f

Browse files
committed
Ensure fifo dlt extraction order
1 parent 08ceddf commit ec3ed1f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • warehouses/accelerator/extract_load/opralogweb/.dlt

warehouses/accelerator/extract_load/opralogweb/.dlt/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ dlthub_telemetry = false
66
[sources.data_writer]
77
file_max_items = 100000
88

9+
[extract]
10+
# Important that we extract Entries first to find the changed list
11+
next_item_mode = "fifo"
12+
913
[normalize]
1014
workers = 3
1115

0 commit comments

Comments
 (0)