Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2021 11:50 PM
As data format is transaction not sure is needed, maybe better just use parquet file.
You can read data source of dataframes in chunks and use append mode.
If data is often updated I think you would need to consider structured streaming.
My blog: https://databrickster.medium.com/