cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

For our streaming jobs, I am planning to purge the data older than 60 days from our raw layer where we dump the data into delta table from kinesis stream in json format. Do you see any problem in parallelly doing the purging on older data while streaming

User16789201666
Databricks Employee
Databricks Employee
 
1 REPLY 1

User16789201666
Databricks Employee
Databricks Employee

There isn’t a problem purging old data. When using auto loader it’ll take into account new data being added.