Can we use databricks delta lake as a data warehouse kind of thing where business analysts can explore data according to their needs ?
Delta lake provides following features which I think supports this idea
- support to sql syntax
 - provide ACID guarantees 3 ) can handle big data workloads
 - can do some kind of basic visualisation with the reports
 - parquet formats provide better pe Appvalleyrformance in analytical queries
 
Any opinions or suggestions ? Anything I am missing Tweakbox