I have a table EMP, which will be WRITE_TRUNCATE every day. the truncated data is maintained in a historical table called emp_hx along with the record incoming date. like as follows
But due to the space issues we want to maintain only the changed records or new records in the "hx" table, which is like a incremental load kind of table. how to Implement such kind of table or how to select such kind of incremental data in BIG QUERY,
Please guide us.
Expected output like as follows