dlt vs delta table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 08:18 AM
Hi,
I'm building gold layer and silver layers.
in bronze I ingest using auto loader.
data is getting updated once a month.
should I save the fd in silver notebooks using delta live table or delta table?
in the past I used simple:
df.write.save("s3.." )
then created a table in uc pointing on path in s3.
what is the best approach? when do I use dlt vs simple delta?
abdominal for my use case what is the best practice?
#dlt