I'm working on a project where we need to bring data from SQL Server database into a Datalake. I succeded that through a pipeline which ingest data from the source and load it into a DL in parquet format. My question is how to merge new data from data source to the existing file into that data lake(Upserting).