Ryan_Chynoweth
Databricks Employee
Databricks Employee

Hi @JOSELITA MOLTISANTI​ can you run the following commands and share the output?

table_name = "stg_data_load"
path = spark.sql(f"describe detail {table_name}").select("location").collect()[0][0].replace('dbfs:', '')
dbutils.fs.ls(path)