Thanks for the reply, Szymon.
Yes, I have seen the example, but its just that my bronze table's schema is different from my historical backup table. The bronze table has 4 columns and has json data in the columns, while historical has 11 columns with structured data. I cannot load this data into the bronze.
Also, the example talks only about append_flow. Technically, I need a pipeline that appends only once into the silver from backup table and then another delta pipeline that keeps upserting into the silver table.