Hi Everyone,
I have a query here.
While going through MS Fabric Learning path on Microsoft learn I came across this (see image 1)
Where it says we can save the dataframe as a delta table using saveAsTable({table_name}) and can load the dataframe to table using save(f"Tables/{table_name}")
While other section says we can save dataframe into delta format files using save({path}) (image 2)
I am not sure is that the save() method takes automatically whether to save as table or files based on path provided, or am I missing something?