12-15-2022 12:55 AM
How to write a delta table output to Databricks SQL for analysis purpose.
12-15-2022 05:28 AM
Hi @KVNARK . refer below link this will help you in this.
Link
View solution in original post
12-15-2022 01:48 AM
create table if not exists yourdeltatable
using delta
location '/mnt/yourfolder/yourdeltatable.delta/'
12-15-2022 11:55 PM
Much helpful @Ajay Pandey
12-15-2022 11:54 PM
sure
never-displayed