Hi,
Assume that I have created several tables in Databricks workspace. If two tables have similar names but stored in different folders, how I can read them by "spark.read.table".
I ask this question because input to the "spark.read.table" is only table name not location.