What is the most efficient way of storing data in the lakehouse in consideration of future rerunning the process and recovery from point of failure? Ingest data --> write as parquet format (back-up file)--> write to a delta table OR ingest data --> write directly as delta table?