Forum Discussion
jovianaditya
2 years agoFrequent Visitor
Spark managed table automatically update/insert
I've created a spark-managed table from a parquet source path in my ADLSgen2 as a delta table. Can my spark-managed table automatically get updated/inserted every time new data is in my ADLSgen2 sou...
HimanshuS-msft
Microsoft Employee
2 years agoHello jovianaditya
If the ask to have the new rows / updated rows show up the delta table , then you will have to run the spark code again , You can set it on a schedule . Its not going to be a realtime scenario .
Thanks
Himanshu