Forum Discussion
DebbieE
Community Champion
2 years agoPyspark Create a ProcessedFiles. Update the flag but I then can't resave OR then view the original P
I have a CurrentProcessed.parquet file containing filename: string (nullable = true) processedTime: timestamp (nullable = true) fullyProcessedFlag: integer (nullable = true) And throughout t...
frithjof_v
Community Champion
2 years agoI think you could still use a delta table.
If you don't want to overwrite the information in the table, perhaps you could update or upsert instead?
https://docs.delta.io/latest/delta-update.html#update-a-table
I'm not sure I fully understand the functionality you are wanting to achieve. Could you show some pictures of what you're wanting to achieve?
Please remember don't show any sensitive or internal information.
frithjof_v
Community Champion
2 years agoHere is a Reddit thread which discusses a similar topic: