Alice
06/27/2022, 9:09 AMKishore G
Alice
06/27/2022, 9:20 AMKishore G
Alice
06/27/2022, 10:00 AMAlice
06/27/2022, 10:02 AMAlice
06/27/2022, 10:05 AMMayank
Alice
06/27/2022, 2:19 PMAlice
06/27/2022, 2:24 PMAlice
06/27/2022, 2:26 PMAlice
06/27/2022, 2:39 PMNeha Pawar
Neha Pawar
saurabh dubey
06/27/2022, 6:25 PMAlice
06/27/2022, 10:54 PMAlice
06/27/2022, 10:59 PMsaurabh dubey
06/28/2022, 1:18 AMPeter Pringle
06/28/2022, 1:46 AMNeha Pawar
The main thing to keep in mind when combining these features is that upsert functionality only applies to real-time tables.
As soon as those segments are moved to an offline table, the upsert logic is no longer applied at query time. We will need to backfill the offline segments created by the real-time to offline job to achieve upsert-like queries.
@Mark Needham assuming you added this, do you think we should even have this recipe published? we block this at validations itself nowMark Needham
Mark Needham
curl -X POST <http://localhost:9000/tables?validationTypesToSkip=All> \
--data @config/orders_table.json