Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2022 08:33 AM
What I have observed,
@dlt.table with a spark.read or dlt.read will create the table in mode=overwrite
@dlt.table with a spark.readStream or dlt.readStream will append new data
to get the update, use the CDC: Change data capture with Delta Live Tables | Databricks on AWS