dlt vs delta table

pargit2
New Contributor II

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